isAudio property

bool get isAudio

Returns whether this media type is of an audio clip.

Implementation

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