isBlob property
bool
get
isBlob
Whether or not this represents BlobResourceContents.
Implementation
bool get isBlob => _value.containsKey('blob');
Whether or not this represents BlobResourceContents.
bool get isBlob => _value.containsKey('blob');