bytes property

  1. @JsonKey(toJson: _toString, fromJson: _fromString)
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(toJson: _toString, fromJson: _fromString)
final Uint8List? bytes;