hasNotBlob property

bool get hasNotBlob

Returns true if blob is null, otherwise false.

Implementation

bool get hasNotBlob => !hasBlob;