isVideo property

bool get isVideo

Video regex

Implementation

bool get isVideo => hasMatch(this, Patterns.video);