isImage property

bool get isImage

Whether or not this is an ImageContent.

Implementation

bool get isImage => _value[Keys.type] == ImageContent.expectedType;