DriveThroughPenaltyServed constructor

const DriveThroughPenaltyServed({
  1. required int vehicleIdx,
})

Implementation

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