CustomPaywallImpressionParams constructor

const CustomPaywallImpressionParams({
  1. String? paywallId,
  2. String? offeringId,
})

Creates CustomPaywallImpressionParams with an optional paywallId and offeringId.

Implementation

const CustomPaywallImpressionParams({this.paywallId, this.offeringId});