isVideo method

bool isVideo()

Video regex

Implementation

bool isVideo() => RegVal.hasMatch(
      this,
      RegexPattern.video,
    );