bytes property

  1. @JsonKey(ignore: true)
Uint8List? bytes
final

Byte data for this file. Particularly useful if you want to manipulate its data or easily upload to somewhere else.

Implementation

@JsonKey(ignore: true)
final Uint8List? bytes;