isMedia property
bool
get
isMedia
Whether this type represents a media attachment (anything except text).
Implementation
bool get isMedia => this != MediaType.text;
Whether this type represents a media attachment (anything except text).
bool get isMedia => this != MediaType.text;