isAudioFileName property
bool
get
isAudioFileName
Is this String an Audio file?
Implementation
bool get isAudioFileName => GetUtils.isAudio(this);
Is this String an Audio file?
bool get isAudioFileName => GetUtils.isAudio(this);