imageBytes property Null safety
@JsonKey(fromJson: stringToUint8List, toJson: imageBytesToList), final
The size of the watermark image, in bytes.
Implementation
@JsonKey(fromJson: stringToUint8List, toJson: imageBytesToList)
final Uint8List imageBytes;