PackMeMessage class abstract

Constructors

PackMeMessage()

Properties

$bools List<int>
final
$flags List<int>
final
$request PackMeMessage
no getter
$transactionId int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$estimate() int
$getBool() bool
$getFlag() bool
$initPack(int commandId) → void
$initUnpack() → void
$pack() → void
$packBinary(Uint8List value, int length) → void
$packBool(bool value) → void
$packDateTime(DateTime value) → void
$packDouble(double value) → void
$packFloat(double value) → void
$packInt16(int value) → void
$packInt32(int value) → void
$packInt64(int value) → void
$packInt8(int value) → void
$packMessage(PackMeMessage message) → void
$packString(String value) → void
$packUint16(int value) → void
$packUint32(int value) → void
$packUint64(int value) → void
$packUint8(int value) → void
$reset() → void
$setBool(bool on) → void
$setFlag(bool on) → void
$stringBytes(String value) int
$unpack() → void
$unpackBinary(int length) Uint8List
$unpackBool() bool
$unpackDateTime() DateTime
$unpackDouble() double
$unpackFloat() double
$unpackInt16() int
$unpackInt32() int
$unpackInt64() int
$unpackInt8() int
$unpackMessage<T extends PackMeMessage>(T message) → T
$unpackString() String
$unpackUint16() int
$unpackUint32() int
$unpackUint64() int
$unpackUint8() int
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