isBlob property

bool get isBlob

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

Implementation

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