isVideo property

bool isVideo

Returns whether this media type is of a video clip.

Implementation

bool get isVideo => type == "video";