imageBytes property

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

The size of the watermark image, in bytes.

Implementation

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