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