isVideo property

bool get isVideo

Video regex

Implementation

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