PLYSubscription constructor

PLYSubscription(
  1. String? purchaseToken,
  2. PLYSubscriptionSource? subscriptionSource,
  3. String? nextRenewalDate,
  4. String? cancelledDate,
  5. PLYPlan? plan,
  6. PLYProduct? product,
)

Implementation

PLYSubscription(this.purchaseToken, this.subscriptionSource,
    this.nextRenewalDate, this.cancelledDate, this.plan, this.product);