GetPacker class

The main interface for packing and unpacking data.

Constructors

GetPacker()

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

pack(dynamic value) Uint8List
Encodes the given value into a GetPacker format.
unpack<T>(Uint8List bytes) → T
Decodes the given GetPacker-formatted bytes into Dart objects.