imageBytes property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
Uint8List imageBytes
getter/setter pair

The image to use as the basis for the variation(s). Must be a valid PNG file, less than 4MB, and square.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
Uint8List imageBytes;