isVideo property
bool
get
isVideo
Returns whether this media type is of a video clip.
Implementation
bool get isVideo => type == "video";
Returns whether this media type is of a video clip.
bool get isVideo => type == "video";