isVideo method

bool isVideo()

Checks if string is video file path.

Implementation

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