DriveThroughPenaltyServed constructor Null safety

const DriveThroughPenaltyServed(
  1. {required int vehicleIdx}
)

Implementation

const DriveThroughPenaltyServed({
  required this.vehicleIdx,
});