bytes property
Uint8List
get
bytes
Get raw bytes (not reversed)
Implementation
Uint8List get bytes => Uint8List.fromList(_bytes);
Get raw bytes (not reversed)
Uint8List get bytes => Uint8List.fromList(_bytes);