Setting constructor

Setting(
  1. SettingValue settingValue,
  2. int type,
  3. List<PercentageOption> percentageOptions,
  4. List<TargetingRule> targetingRules,
  5. String? variationId,
  6. String? percentageAttribute,
)

Implementation

Setting(this.settingValue, this.type, this.percentageOptions,
    this.targetingRules, this.variationId, this.percentageAttribute);