getBytes method

Uint8List getBytes()

Get the raw bytes of the data buffer.

Implementation

Uint8List getBytes() => Uint8List.view((data as TypedData).buffer);