isAudio property

bool get isAudio

Checks if the string is a valid audio URL.

Implementation

bool get isAudio => hasMatch(Patterns.audio);