isImage property

bool isImage

Returns true if this a image MIME-Type.

Implementation

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