hasNoImage property

bool get hasNoImage

Returns true if there is no image loaded.

Implementation

bool get hasNoImage => !hasImage;