hasNotThumbnail property
bool
get
hasNotThumbnail
Returns true if thumbnail
is null, otherwise false.
Implementation
bool get hasNotThumbnail => !hasThumbnail;
Returns true if thumbnail
is null, otherwise false.
bool get hasNotThumbnail => !hasThumbnail;