FeatureSet.fromEnableFlags2 constructor
Computes the set of features implied by the given set of experimental enable flags.
Implementation
factory FeatureSet.fromEnableFlags2({
required Version sdkLanguageVersion,
required List<String> flags,
}) = ExperimentStatus.fromStrings2;