isAudio method

bool isAudio()

Checks if string is audio file path.

Implementation

bool isAudio() => ValidatorUtils.isAudio(this);