InfringementTypes enum Null safety

Inheritance

Constants

approachingDisqualification → const InfringementTypes
const InfringementTypes(22)
bigCollision → const InfringementTypes
const InfringementTypes(3)
blackFlagTimer → const InfringementTypes
const InfringementTypes(43)
blockingBySlowDriving → const InfringementTypes
const InfringementTypes(0)
blockingByWrongWayDriving → const InfringementTypes
const InfringementTypes(1)
blockingThePitlane → const InfringementTypes
const InfringementTypes(33)
collisionFailedToHandBackPositionMultiple → const InfringementTypes
const InfringementTypes(6)
collisionFailedToHandBackPositionSingle → const InfringementTypes
const InfringementTypes(5)
cornerCuttingGainedTime → const InfringementTypes
const InfringementTypes(7)
cornerCuttingOvertakeMultiple → const InfringementTypes
const InfringementTypes(9)
cornerCuttingOvertakeSingle → const InfringementTypes
const InfringementTypes(8)
cornerCuttingRanWideGainedTimeExtreme → const InfringementTypes
const InfringementTypes(29)
cornerCuttingRanWideGainedTimeMinor → const InfringementTypes
const InfringementTypes(27)
cornerCuttingRanWideGainedTimeSignificant → const InfringementTypes
const InfringementTypes(28)
crossedPitExitLane → const InfringementTypes
const InfringementTypes(10)
driveThroughReminderServeThisLap → const InfringementTypes
const InfringementTypes(16)
driveThroughReminderServeWithinNLaps → const InfringementTypes
const InfringementTypes(15)
engineComponentChange → const InfringementTypes
const InfringementTypes(46)
formationLapBelowAllowedSpeed → const InfringementTypes
const InfringementTypes(39)
gearboxChange → const InfringementTypes
const InfringementTypes(47)
ignoringBlueFlags → const InfringementTypes
const InfringementTypes(11)
ignoringDriveThrough → const InfringementTypes
const InfringementTypes(13)
ignoringTyreRegulations → const InfringementTypes
const InfringementTypes(19)
ignoringYellowFlags → const InfringementTypes
const InfringementTypes(12)
illegalTimeGain → const InfringementTypes
const InfringementTypes(50)
jumpStart → const InfringementTypes
const InfringementTypes(34)
lapInvalidatedCornerCutting → const InfringementTypes
const InfringementTypes(25)
lapInvalidatedFlashbackUsed → const InfringementTypes
const InfringementTypes(31)
lapInvalidatedResetToTrack → const InfringementTypes
const InfringementTypes(32)
lapInvalidatedRunningWide → const InfringementTypes
const InfringementTypes(26)
lapInvalidatedWallRiding → const InfringementTypes
const InfringementTypes(30)
leagueGridPenalty → const InfringementTypes
const InfringementTypes(48)
mandatoryPitstop → const InfringementTypes
const InfringementTypes(51)
multipleWarnings → const InfringementTypes
const InfringementTypes(21)
parkedForTooLong → const InfringementTypes
const InfringementTypes(18)
pitLaneSpeeding → const InfringementTypes
const InfringementTypes(17)
retiredMechanicalFailure → const InfringementTypes
const InfringementTypes(40)
retiredTerminallyDamaged → const InfringementTypes
const InfringementTypes(41)
retryPenalty → const InfringementTypes
const InfringementTypes(49)
reversingOffTheStartLine → const InfringementTypes
const InfringementTypes(2)
safetyCarExceedingAllowedPace → const InfringementTypes
const InfringementTypes(37)
safetyCarFallingTooFarBack → const InfringementTypes
const InfringementTypes(42)
safetyCarIllegalOvertake → const InfringementTypes
const InfringementTypes(36)
safetyCarToCarCollision → const InfringementTypes
const InfringementTypes(35)
smallCollision → const InfringementTypes
const InfringementTypes(4)
tooManyDriveThroughs → const InfringementTypes
const InfringementTypes(14)
tooManyPenalties → const InfringementTypes
const InfringementTypes(20)
tyreRegulationsSelectMultiple → const InfringementTypes
const InfringementTypes(24)
tyreRegulationsSelectSingle → const InfringementTypes
const InfringementTypes(23)
unservedDriveThroughPenalty → const InfringementTypes
const InfringementTypes(45)
unservedStopGoPenalty → const InfringementTypes
const InfringementTypes(44)
values → const List<InfringementTypes>

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

const List<InfringementTypes>
virtualSafetyCarExceedingAllowedPace → const InfringementTypes
const InfringementTypes(38)

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