PacketSessionHistoryData class Null safety
Constructors
-
PacketSessionHistoryData({required PacketHeader m_header, required int m_carIdx, required int m_numLaps, required int m_numTyreStints, required int m_bestLapTimeLapNum, required int m_bestSector1LapNum, required int m_bestSector2LapNum, required int m_bestSector3LapNum, required List<
LapHistoryData> m_lapHistoryData, required List<TyreStintHistoryData> m_tyreStintsHistoryData})
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- m_bestLapTimeLapNum → int
-
Lap the best lap time was achieved on
final
- m_bestSector1LapNum → int
-
Lap the best Sector 1 time was achieved on
final
- m_bestSector2LapNum → int
-
Lap the best Sector 2 time was achieved on
final
- m_bestSector3LapNum → int
-
Lap the best Sector 3 time was achieved on
final
- m_carIdx → int
-
Index of the car this lap data relates to
final
- m_header → PacketHeader
-
final
-
m_lapHistoryData
→ List<
LapHistoryData> -
100 laps of data max
final
- m_numLaps ↔ int
-
Num laps in the data (including current partial lap)
read / write
- m_numTyreStints ↔ int
-
Number of tyre stints in the data
read / write
-
m_tyreStintsHistoryData
→ List<
TyreStintHistoryData> -
8 tyre stints of data max
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 -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited