Packer class

Constructors

Packer.new()

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

getBuffer() ByteBuffer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pack(dynamic value) → void
packArray(List ary) → void
packBin(Uint8List blob) → void
packDouble(num value) → void
packInt16(int num) → void
packInt32(int num) → void
packInt64(int num) → void
packInt8(int num) → void
packInteger(int num) → void
packObject(Map obj) → void
packString(String str) → void
packUint16(int num) → void
packUint32(int num) → void
packUint64(int num) → void
packUint8(int num) → void
toString() String
A string representation of this object.
inherited

Operators

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