hasSets property

bool get hasSets

Whether this uses multi-range sets instead of simple thresholds

Implementation

bool get hasSets => sets != null && sets!.isNotEmpty;