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