hasThumbnail property

bool get hasThumbnail

Returns true if thumbnail is not null, otherwise false.

Implementation

bool get hasThumbnail => thumbnail != null;