isVideo property

bool get isVideo

Ensure to detect video html tags

Implementation

bool get isVideo => localName == 'video';