toUint8Array method

Uint8List toUint8Array()

Implementation

Uint8List toUint8Array() {
  return Uint8List.fromList(_data);
}