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
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