isVideo property
bool
get
isVideo
Check if this is a video type
Implementation
bool get isVideo => mimeType.startsWith('video/');
Check if this is a video type
bool get isVideo => mimeType.startsWith('video/');