hasImage property
bool
get
hasImage
Returns true if there is an image loaded.
Implementation
bool get hasImage => _imageData == null ? true : _imageData!.bytes.isEmpty;
Returns true if there is an image loaded.
bool get hasImage => _imageData == null ? true : _imageData!.bytes.isEmpty;