isImage property
bool
get
isImage
Returns true
if this an image MIME-Type.
Implementation
bool get isImage => type == 'image';
Returns true
if this an image MIME-Type.
bool get isImage => type == 'image';