PLYPaywallActionParameters constructor

PLYPaywallActionParameters(
  1. String? url,
  2. String? title,
  3. PLYPlan? plan,
  4. PLYPromoOffer? offer,
  5. PLYSubscriptionOffer? subscriptionOffer,
  6. String? presentation,
)

Implementation

PLYPaywallActionParameters(this.url, this.title, this.plan, this.offer,
    this.subscriptionOffer, this.presentation);