LapHistoryData class Null safety

Constructors

LapHistoryData({required int m_lapTimeInMS, required int m_sector1TimeInMS, required int m_sector2TimeInMS, required int m_sector3TimeInMS, required int m_lapValidBitFlags})
const

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
m_lapTimeInMS int
Lap time in milliseconds
final
m_lapValidBitFlags int
0x01 bit set-lap valid, 0x02 bit set-sector 1 valid, 0x04 bit set-sector 2 valid, 0x08 bit set-sector 3 valid
final
m_sector1TimeInMS int
Sector 1 time in milliseconds
final
m_sector2TimeInMS int
Sector 2 time in milliseconds
final
m_sector3TimeInMS int
Sector 3 time in milliseconds
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