imageBytes property
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;
The image to use as the basis for the variation(s). Must be a valid PNG file, less than 4MB, and square.
@JsonKey(includeFromJson: false, includeToJson: false)
Uint8List imageBytes;