isImage property

bool get isImage

Implementation

bool get isImage {
  return _mimeType?.startsWith('image') == true;
}