StopGoPenaltyServed constructor Null safety

const StopGoPenaltyServed(
  1. {required int vehicleIdx}
)

Implementation

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