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