getBytes method

Uint8List? getBytes()

Returns raw byte data.

Implementation

Uint8List? getBytes() => _data;