BaseRolloutStrategy constructor
BaseRolloutStrategy({})
Implementation
BaseRolloutStrategy(
{this.id,
this.percentage,
List<String>? percentageAttributes,
this.value,
List<BaseRolloutStrategyAttribute>? attributes})
: this.percentageAttributes = percentageAttributes ?? [],
this.attributes = attributes ?? [];