isAudio property

bool isAudio

Returns true if this a audio MIME-Type.

Implementation

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