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