PacketHeader class Null safety

Constructors

PacketHeader({required int m_packetFormat, required int m_gameMajorVersion, required int m_gameMinorVersion, required int m_packetVersion, required int m_packetId, required int m_sessionUID, required double m_sessionTime, required int m_frameIdentifier, required int m_playerCarIndex, required int m_secondaryPlayerCarIndex})
const

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
m_frameIdentifier int
final
m_gameMajorVersion int
final
m_gameMinorVersion int
final
m_packetFormat int
final
m_packetId int
final
m_packetVersion int
final
m_playerCarIndex int
final
m_secondaryPlayerCarIndex int
final
m_sessionTime double
final
m_sessionUID int
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. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited