isVideo property

bool isVideo

Returns true if is a video mimeType.

Implementation

bool get isVideo => mimeType?.isVideo ?? false;