BaseRolloutStrategyAttribute constructor

BaseRolloutStrategyAttribute({
  1. RolloutStrategyAttributeConditional? conditional,
  2. String? fieldName,
  3. List? values,
  4. RolloutStrategyFieldType? type,
})

Implementation

BaseRolloutStrategyAttribute(
    {this.conditional, this.fieldName, List<dynamic>? values, this.type})
    : this.values = values ?? [];