InfringementTypes enum
Values
- blockingBySlowDriving → const InfringementTypes
- blockingByWrongWayDriving → const InfringementTypes
- reversingOffTheStartLine → const InfringementTypes
- bigCollision → const InfringementTypes
- smallCollision → const InfringementTypes
- collisionFailedToHandBackPositionSingle → const InfringementTypes
- collisionFailedToHandBackPositionMultiple → const InfringementTypes
- cornerCuttingGainedTime → const InfringementTypes
- cornerCuttingOvertakeSingle → const InfringementTypes
- cornerCuttingOvertakeMultiple → const InfringementTypes
- crossedPitExitLane → const InfringementTypes
- ignoringBlueFlags → const InfringementTypes
- ignoringYellowFlags → const InfringementTypes
- ignoringDriveThrough → const InfringementTypes
- tooManyDriveThroughs → const InfringementTypes
- driveThroughReminderServeWithinNLaps → const InfringementTypes
- driveThroughReminderServeThisLap → const InfringementTypes
- pitLaneSpeeding → const InfringementTypes
- parkedForTooLong → const InfringementTypes
- ignoringTyreRegulations → const InfringementTypes
- tooManyPenalties → const InfringementTypes
- multipleWarnings → const InfringementTypes
- approachingDisqualification → const InfringementTypes
- tyreRegulationsSelectSingle → const InfringementTypes
- tyreRegulationsSelectMultiple → const InfringementTypes
- lapInvalidatedCornerCutting → const InfringementTypes
- lapInvalidatedRunningWide → const InfringementTypes
- cornerCuttingRanWideGainedTimeMinor → const InfringementTypes
- cornerCuttingRanWideGainedTimeSignificant → const InfringementTypes
- cornerCuttingRanWideGainedTimeExtreme → const InfringementTypes
- lapInvalidatedWallRiding → const InfringementTypes
- lapInvalidatedFlashbackUsed → const InfringementTypes
- lapInvalidatedResetToTrack → const InfringementTypes
- blockingThePitlane → const InfringementTypes
- jumpStart → const InfringementTypes
- safetyCarToCarCollision → const InfringementTypes
- safetyCarIllegalOvertake → const InfringementTypes
- safetyCarExceedingAllowedPace → const InfringementTypes
- virtualSafetyCarExceedingAllowedPace → const InfringementTypes
- formationLapBelowAllowedSpeed → const InfringementTypes
- retiredMechanicalFailure → const InfringementTypes
- retiredTerminallyDamaged → const InfringementTypes
- safetyCarFallingTooFarBack → const InfringementTypes
- blackFlagTimer → const InfringementTypes
- unservedStopGoPenalty → const InfringementTypes
- unservedDriveThroughPenalty → const InfringementTypes
- engineComponentChange → const InfringementTypes
- gearboxChange → const InfringementTypes
- leagueGridPenalty → const InfringementTypes
- retryPenalty → const InfringementTypes
- illegalTimeGain → const InfringementTypes
- mandatoryPitstop → const InfringementTypes
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
InfringementTypes> - A constant List of the values in this enum, in order of their declaration.