CustomPaywallImpressionParams constructor

const CustomPaywallImpressionParams({
  1. String? paywallId,
  2. Offering? offering,
  3. @Deprecated('Use offering instead.') String? offeringId,
})

Creates CustomPaywallImpressionParams with optional context.

Implementation

const CustomPaywallImpressionParams({
  this.paywallId,
  this.offering,
  @Deprecated('Use offering instead.') this.offeringId,
});