isTIFF property
bool
get
isTIFF
Checks if a file path or URL represents a TIFF or TIF image.
Implementation
bool get isTIFF => isTIF;
Checks if a file path or URL represents a TIFF or TIF image.
bool get isTIFF => isTIF;