hasNoImage property
bool
get
hasNoImage
Returns true if there is no image loaded.
Implementation
bool get hasNoImage => !hasImage;
Returns true if there is no image loaded.
bool get hasNoImage => !hasImage;