isImageSVG property

bool get isImageSVG

Returns true if this is image/svg+xml.

Implementation

bool get isImageSVG => isImage && subType == 'svg+xml';