isAudio property

bool isAudio

Returns whether this media type is of an audio clip.

Implementation

bool get isAudio => type == "audio";