isHEIC property
bool
get
isHEIC
Checks if a file path or URL represents a HEIC image.
Returns true for files with MIME type 'image/heic' (.heic extension).
Implementation
bool get isHEIC => mimeType() == 'image/heic';