UpgradeTargetingRule constructor

UpgradeTargetingRule({
  1. String? billingPeriodDuration,
  2. bool? oncePerUser,
  3. TargetingRuleScope? scope,
})

Implementation

UpgradeTargetingRule({
  this.billingPeriodDuration,
  this.oncePerUser,
  this.scope,
});