data property

Uint8List? data

Binary for processing

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

Implementation

Uint8List? get data => _data;