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