bytes property

Uint8List? get bytes

Returns the raw bytes of the current image, or null if none.

Implementation

Uint8List? get bytes => _imageData?.bytes;