isZip property

bool get isZip

Implementation

bool get isZip => ['zip', 'rar', '7z', 'tar', 'gz'].contains(extension);