hasBlob property

bool get hasBlob

Returns true if blob is not null, otherwise false.

Implementation

bool get hasBlob => blob != null;