RolloutStrategy constructor
RolloutStrategy({})
Implementation
RolloutStrategy({
this.id,
required this.name,
this.percentage,
List<String>? percentageAttributes,
this.colouring,
this.avatar,
this.value,
List<RolloutStrategyAttribute>? attributes,
}) : this.percentageAttributes = percentageAttributes ?? [],
this.attributes = attributes ?? [];