bytes property
Uint8List?
get
bytes
Returns the bytes of the current image, if any.
Implementation
Uint8List? get bytes => _imageData?.bytes;
Returns the bytes of the current image, if any.
Uint8List? get bytes => _imageData?.bytes;