PLYPaywallActionParameters constructor

PLYPaywallActionParameters(
  1. String? url,
  2. String? title,
  3. PLYPlan? plan,
  4. String? presentation,
)

Implementation

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