pro property

List<FrequencyState> get pro

Implementation

static List<FrequencyState> get pro =>
    _all.values.where((s) => s.isPro).toList();