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({required int indexStart, required int value}) Uint8List
insertArray({required int indexStart, required Uint8List arrayInsert}) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove({required int indexStart, required int lengthRemove}) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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