EventDataDetails constructor

EventDataDetails({
  1. FastestLap? fastestLap,
  2. Retirement? retirement,
  3. TeamMateInPits? teamMateInPits,
  4. RaceWinner? raceWinner,
  5. Penalty? penalty,
  6. SpeedTrap? speedTrap,
  7. StartLIghts? startLights,
  8. DriveThroughPenaltyServed? driveThroughPenaltyServed,
  9. StopGoPenaltyServed? stopGoPenaltyServed,
  10. Flashback? flashback,
  11. 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,
});