isBlob property

bool get isBlob

Whether or not this represents BlobResourceContents.

Implementation

bool get isBlob => _value.containsKey('blob');