NavigationSerialization class

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Static Methods

deserialize(ByteBuffer serializedNavigation) Navigation?
Deserializes a given instance of Navigation. Navigation will be in the suspended mode. Returns null if deserialization failed.
serialize(Navigation navigation) ByteBuffer
Serializes a given instance of Navigation.