isICO property

bool get isICO

Checks if a file path or URL represents an ICO image.

Returns true for files with MIME type 'image/x-icon' (.ico extension).

Implementation

bool get isICO => mimeType() == 'image/x-icon';