isHEIC property

bool isHEIC

Checks if a file path or URL represents a HEIC image.

Implementation

bool get isHEIC => mimeType() == 'image/heic';