array method

Uint8List array()

Returns a copy of the backing array

Implementation

Uint8List array() {
  return Uint8List.fromList(_buf);
}