isGZIP property

bool get isGZIP

Checks if a file path or URL represents a GZIP compressed file.

Implementation

bool get isGZIP => isGZ;