hasNotThumbnail property

bool get hasNotThumbnail

Returns true if thumbnail is null, otherwise false.

Implementation

bool get hasNotThumbnail => !hasThumbnail;