PenaltyTypes enum Null safety

Inheritance

Constants

blackFlagTimer → const PenaltyTypes
const PenaltyTypes(17)
disqualified → const PenaltyTypes
const PenaltyTypes(6)
driveThrough → const PenaltyTypes
const PenaltyTypes(0)
gridPenalty → const PenaltyTypes
const PenaltyTypes(2)
parkedTooLongTimer → const PenaltyTypes
const PenaltyTypes(8)
penaltyReminder → const PenaltyTypes
const PenaltyTypes(3)
removedFromFormationLap → const PenaltyTypes
const PenaltyTypes(7)
retired → const PenaltyTypes
const PenaltyTypes(16)
stopGo → const PenaltyTypes
const PenaltyTypes(1)
thisAndNextLapInvalidated → const PenaltyTypes
const PenaltyTypes(11)
thisAndNextLapInvalidatedWithoutReason → const PenaltyTypes
const PenaltyTypes(13)
thisAndPreviousLapInvalidated → const PenaltyTypes
const PenaltyTypes(14)
thisAndPreviousLapInvalidatedWithoutReason → const PenaltyTypes
const PenaltyTypes(15)
thisLapInvalidated → const PenaltyTypes
const PenaltyTypes(10)
thisLapInvalidatedWithoutReason → const PenaltyTypes
const PenaltyTypes(12)
timePenalty → const PenaltyTypes
const PenaltyTypes(4)
tyreRegulations → const PenaltyTypes
const PenaltyTypes(9)
values → const List<PenaltyTypes>

A constant List of the values in this enum, in order of their declaration.

const List<PenaltyTypes>
warning → const PenaltyTypes
const PenaltyTypes(5)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String

Operators

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