isAudio property
bool
get
isAudio
Check if this is an audio type
Implementation
bool get isAudio => mimeType.startsWith('audio/');
Check if this is an audio type
bool get isAudio => mimeType.startsWith('audio/');