WriteData class
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toUint8List(
) → dynamic -
writeBytes(
List< int> bytes) → dynamic -
writeString(
String v) → dynamic -
writeUint16(
int v) → dynamic -
writeUint32(
int v) → dynamic -
writeUint64(
BigInt b) → dynamic -
writeUint8(
int v) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited