FeatureRolloutStrategyAttribute constructor
FeatureRolloutStrategyAttribute({
- required RolloutStrategyAttributeConditional conditional,
- required String fieldName,
- List? values,
- required RolloutStrategyFieldType type,
Implementation
FeatureRolloutStrategyAttribute(
{required this.conditional,
required this.fieldName,
List<dynamic>? values,
required this.type})
: this.values = values ?? [];