ByteArray class

byte array

Properties

array List<Byte>
bytes in List
no setter
bytes Uint8List
bytes in UInt8List
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

append(int value) Uint8List
appendArray(Uint8List array) Uint8List
insert(int index, int value) Uint8List
insertArray(int index, Uint8List array) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(int index, int length) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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