isVideo property

bool get isVideo

Returns true if this a video MIME-Type.

Implementation

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