isBlob property
bool
get
isBlob
Returns true if the underlying value was encoded as a blob.
Implementation
bool get isBlob => _valueType == ValueType.Blob;
Returns true if the underlying value was encoded as a blob.
bool get isBlob => _valueType == ValueType.Blob;