isICNS property
bool
get
isICNS
Checks if a file path or URL represents an ICNS image.
Returns true for files with MIME type 'image/x-icns' (.icns extension).
Implementation
bool get isICNS => mimeType() == 'image/x-icns';