imageBytes property Null safety

Uint8List imageBytes
@JsonKey(fromJson: stringToUint8List, toJson: imageBytesToList), final

The size of the watermark image, in bytes.

Implementation

@JsonKey(fromJson: stringToUint8List, toJson: imageBytesToList)
final Uint8List imageBytes;