toUint8Array method

Uint8List toUint8Array()

Implementation

Uint8List toUint8Array() {
  return _arr;
}