isVideo property

bool get isVideo

Checks if this is a video

Implementation

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