isMedia property

bool get isMedia

Whether this type represents a media attachment (anything except text).

Implementation

bool get isMedia => this != MediaType.text;