hasNoImage property

bool get hasNoImage

Returns true if no image is loaded.

Implementation

bool get hasNoImage => !hasImage;