SubscriptionAccess constructor

SubscriptionAccess({
  1. bool? subscriptionAlreadyPurchased,
  2. List<PurchasedSubscriptions>? purchasedSubscriptions,
  3. bool? freeTrialConsumed,
  4. bool? allowRenewal,
  5. bool? internalUser,
  6. Payload? payload,
  7. String? consumptionId,
  8. String? signature,
  9. bool? downloadExists,
})

Implementation

SubscriptionAccess(
    {this.subscriptionAlreadyPurchased,
      this.purchasedSubscriptions,
      this.freeTrialConsumed,
      this.allowRenewal,
      this.internalUser,
      this.payload,
      this.consumptionId,
      this.signature,
      this.downloadExists});