hasSectors property
bool
get
hasSectors
Check if the archive has sectors
Implementation
bool get hasSectors => sectors != null && sectors!.isNotEmpty;
Check if the archive has sectors
bool get hasSectors => sectors != null && sectors!.isNotEmpty;