isVideo property

bool get isVideo

Implementation

bool get isVideo {
  return _mimeType?.startsWith('video') == true;
}