EventDataDetails constructor
EventDataDetails({
- FastestLap? fastestLap,
- Retirement? retirement,
- TeamMateInPits? teamMateInPits,
- RaceWinner? raceWinner,
- Penalty? penalty,
- SpeedTrap? speedTrap,
- StartLIghts? startLights,
- DriveThroughPenaltyServed? driveThroughPenaltyServed,
- StopGoPenaltyServed? stopGoPenaltyServed,
- Flashback? flashback,
- Buttons? buttons,
Implementation
EventDataDetails({
this.fastestLap,
this.retirement,
this.teamMateInPits,
this.raceWinner,
this.penalty,
this.speedTrap,
this.startLights,
this.driveThroughPenaltyServed,
this.stopGoPenaltyServed,
this.flashback,
this.buttons,
});