isVideo property

bool get isVideo

Check if this is a video type

Implementation

bool get isVideo => mimeType.startsWith('video/');