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