FinalClassificationData class

Constructors

FinalClassificationData({required int m_position, required int m_numLaps, required int m_gridPosition, required int m_points, required int m_numPitStops, required int m_resultStatus, required int m_bestLapTimeInMS, required double m_totalRaceTime, required int m_penaltiesTime, required int m_numPenalties, required int m_numTyreStints, required List<int> m_tyreStintsActual, required List<int> m_tyreStintsVisual})

Properties

hashCode int
The hash code for this object.
no setterinherited
m_bestLapTimeInMS int
Best lap time of the session in milliseconds
final
m_gridPosition int
Grid position of the car
final
m_numLaps int
Number of laps completed
final
m_numPenalties int
Number of penalties applied to this driver
final
m_numPitStops int
Number of pit stops made
final
m_numTyreStints int
Number of tyres stints up to maximum
final
m_penaltiesTime int
Total penalties accumulated in seconds
final
m_points int
Number of points scored
final
m_position int
Finishing position
final
m_resultStatus int
Result status - 0 = invalid, 1 = inactive, 2 = active 3 = finished, 4 = didnotfinish, 5 = disqualified 6 = not classified, 7 = retired
final
m_totalRaceTime double
/ Total race time in seconds without penalties
final
m_tyreStintsActual List<int>
Actual tyres used by this driver
final
m_tyreStintsVisual List<int>
Visual tyres used by this driver
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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