SpeedTrap constructor Null safety
Implementation
const SpeedTrap({
required this.vehicleIdx,
required this.speed,
required this.overallFastestInSession,
required this.driverFastestInSession,
});
const SpeedTrap({
required this.vehicleIdx,
required this.speed,
required this.overallFastestInSession,
required this.driverFastestInSession,
});