isAudio property

bool get isAudio

Check if this is an audio type

Implementation

bool get isAudio => mimeType.startsWith('audio/');