isMedia property
bool
get
isMedia
Whether this message carries a media attachment.
Implementation
bool get isMedia => mediaType != MediaType.text.value;
Whether this message carries a media attachment.
bool get isMedia => mediaType != MediaType.text.value;