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