toArray method

Uint8List toArray()
Convert the _list to an array of bytes

Implementation

Uint8List toArray() {
  return Uint8List.fromList(_list);
}