isArchive property

bool get isArchive

Implementation

bool get isArchive =>
    type == FileType.archive ||
    ['zip', 'rar', '7z', 'tar', 'gz', 'bz2']
        .contains(extension.toLowerCase());