EventDataDetails class Null safety

Constructors

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

Properties

buttons Buttons?
final
driveThroughPenaltyServed DriveThroughPenaltyServed?
final
fastestLap FastestLap?
final
flashback Flashback?
final
hashCode int
The hash code for this object. [...]
read-only, inherited
penalty Penalty?
final
raceWinner RaceWinner?
final
retirement Retirement?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
speedTrap SpeedTrap?
final
startLights StartLIghts?
final
stopGoPenaltyServed StopGoPenaltyServed?
final
teamMateInPits TeamMateInPits?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited