isVideo property

bool isVideo

Checks if this is a video

Implementation

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