FeatureConfigState constructor

const FeatureConfigState({
  1. @Default.new(IMap.empty()) IMap<String, Feature> features,
})

Implementation

const factory FeatureConfigState({
  @Default(IMap.empty()) IMap<String, Feature> features,
}) = _FeatureConfigState;