WriteData class

Constructors

WriteData.new()

Properties

d32 BigInt
getter/setter pair
data List<int>
getter/setter pair
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
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