isImageSVG property

bool isImageSVG

Returns true if this is image/svg+xml.

Implementation

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