isAudio method

bool isAudio()

Audio regex

Implementation

bool isAudio() => RegVal.hasMatch(
      this,
      RegexPattern.audio,
    );