packme package
documentation
packme
PackMeMessage
$packInt8 method
$packInt8
$packInt8
method
Null safety
void
$packInt8
(
int
value
)
Implementation
void $packInt8(int value) { _data!.buffer.asByteData().setInt8(_offset, value); _offset++; }
packme package
documentation
packme
PackMeMessage
$packInt8 method
PackMeMessage class
Constructors
PackMeMessage
Properties
$bools
$flags
$request
$transactionId
hashCode
runtimeType
Methods
$estimate
$getBool
$getFlag
$initPack
$initUnpack
$pack
$packBool
$packDateTime
$packDouble
$packFloat
$packInt8
$packInt16
$packInt32
$packInt64
$packMessage
$packString
$packUint8
$packUint16
$packUint32
$packUint64
$reset
$setBool
$setFlag
$stringBytes
$unpack
$unpackBool
$unpackDateTime
$unpackDouble
$unpackFloat
$unpackInt8
$unpackInt16
$unpackInt32
$unpackInt64
$unpackMessage
$unpackString
$unpackUint8
$unpackUint16
$unpackUint32
$unpackUint64
noSuchMethod
toString
Operators
operator ==