CustomPaywallImpressionParams constructor
const
CustomPaywallImpressionParams({
- String? paywallId,
- Offering? offering,
- @Deprecated('Use offering instead.') String? offeringId,
Creates CustomPaywallImpressionParams with optional context.
Implementation
const CustomPaywallImpressionParams({
this.paywallId,
this.offering,
@Deprecated('Use offering instead.') this.offeringId,
});