UnconnectedPing class

Constructors

UnconnectedPing({required List<int> pingTime, required List<int> id, required List<int> magic, required PongData pong})
UnconnectedPing.fromBytes(List<int> bytes)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id List<int>
getter/setter pair
magic List<int>
getter/setter pair
pingTime List<int>
getter/setter pair
pong PongData
getter/setter pair
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
toBytes() List<int>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

offlinePong UnconnectedPing
final