isGZIP property
bool
get
isGZIP
Checks if a file path or URL represents a GZIP compressed file.
Implementation
bool get isGZIP => isGZ;
Checks if a file path or URL represents a GZIP compressed file.
bool get isGZIP => isGZ;