EventDataDetails class
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
-
final
- driveThroughPenaltyServed → DriveThroughPenaltyServed?
-
final
- fastestLap → FastestLap?
-
final
- flashback → Flashback?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- penalty → Penalty?
-
final
- raceWinner → RaceWinner?
-
final
- retirement → Retirement?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedTrap → SpeedTrap?
-
final
- startLights → StartLIghts?
-
final
- stopGoPenaltyServed → StopGoPenaltyServed?
-
final
- teamMateInPits → TeamMateInPits?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited