buffer property
- @JsonKey(fromJson: Uint8ListHelper.fromJson, toJson: Uint8ListHelper.toJson)
getter/setter pair
The buffer of the thumbnail or icon.
Implementation
@JsonKey(
fromJson: Uint8ListHelper.fromJson,
toJson: Uint8ListHelper.toJson,
)
Uint8List buffer;