StopGoPenaltyServed constructor

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

Implementation

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