isAudio property

bool get isAudio

Implementation

bool get isAudio {
  return _mimeType?.startsWith('audio') == true;
}