ByteArray class

Constructors

ByteArray(List<int> array)
ByteArray.combine1(List<int> array, int value)
ByteArray.combine2(int value, List<int> array)
ByteArray.combineArrays(List<int> array1, List<int> array2)
ByteArray.fromByte(int value)

Properties

bytes 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(List<int> array) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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