isBlob property

bool isBlob

Returns true if the underlying value was encoded as a blob.

Implementation

bool get isBlob => _valueType == ValueType.Blob;