images property

List<Uint8List>? images

Images for processing

Only one of image, data, images, imageInputData can be set at a time. All the others must be null.

Implementation

List<Uint8List>? get images => _images;