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