isImage property
bool
get
isImage
Whether or not this is an ImageContent.
Implementation
bool get isImage => _value[Keys.type] == ImageContent.expectedType;
Whether or not this is an ImageContent.
bool get isImage => _value[Keys.type] == ImageContent.expectedType;