hasSectors property

bool get hasSectors

Check if the archive has sectors

Implementation

bool get hasSectors => sectors != null && sectors!.isNotEmpty;