isVideo property

bool isVideo

Returns true if this a video MIME-Type.

Implementation

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