images property
Images for processing
Only one of image, data, images, imageInputData can be set
at a time. All the others must be null
.
Implementation
List<Image>? get images => _images;
Images for processing
Only one of image, data, images, imageInputData can be set
at a time. All the others must be null
.
List<Image>? get images => _images;