enabledGates property
Set<FeatureGate>
get
enabledGates
Returns all gates that are enabled.
Implementation
Set<FeatureGate> get enabledGates =>
gates.entries.where((e) => e.value).map((e) => e.key).toSet();