isImage property

bool get isImage

Implementation

bool get isImage =>
    mimeType.startsWith('image/') || kind == AttachmentKind.image;