TargetingRuleScope constructor

TargetingRuleScope({
  1. TargetingRuleScopeAnySubscriptionInApp? anySubscriptionInApp,
  2. String? specificSubscriptionInApp,
  3. TargetingRuleScopeThisSubscription? thisSubscription,
})

Implementation

TargetingRuleScope({
  this.anySubscriptionInApp,
  this.specificSubscriptionInApp,
  this.thisSubscription,
});