bytes property

Uint8List? get bytes

Returns the bytes of the current image, if any.

Implementation

Uint8List? get bytes => _imageData?.bytes;