FeatureSet.fromEnableFlags constructor

  1. @Deprecated("Use 'fromEnableFlags2' instead")
FeatureSet.fromEnableFlags(
  1. List<String> flags
)

Computes the set of features implied by the given set of experimental enable flags.

Implementation

@Deprecated("Use 'fromEnableFlags2' instead")
factory FeatureSet.fromEnableFlags(List<String> flags) =
    ExperimentStatus.fromStrings;