toArray method

Uint8List toArray()

Implementation

Uint8List toArray() => buf.buffer.asUint8List().sublist(0, length);