isAudio property

bool get isAudio

Returns true if this an audio MIME-Type.

Implementation

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