bytes property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
Rx<Uint8List?> bytes
final

Byte data of this file.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
final Rx<Uint8List?> bytes;