isImage property

bool get isImage

Returns true if this an image MIME-Type.

Implementation

bool get isImage => type == 'image';