SubscriptionDetails constructor

SubscriptionDetails({
  1. FreeTrial? freeTrial,
  2. String? benefits,
  3. bool? physical,
  4. bool? digital,
  5. bool? adFree,
  6. bool? migrated,
  7. bool? couponsEnabled,
  8. String? adminCoupon,
  9. List? usedCouponNumbers,
  10. String? sId,
  11. bool? recommended,
  12. bool? enabled,
  13. String? clientId,
  14. String? title,
  15. String? iconUrl,
  16. List<Tiers>? tiers,
  17. String? createdAt,
  18. String? updatedAt,
  19. int? iV,
  20. int? couponCount,
  21. String? currencySymbol,
})

Implementation

SubscriptionDetails(
    {this.freeTrial,
      this.benefits,
      this.physical,
      this.digital,
      this.adFree,
      this.migrated,
      this.couponsEnabled,
      this.adminCoupon,
      this.usedCouponNumbers,
      this.sId,
      this.recommended,
      this.enabled,
      this.clientId,
      this.title,
      this.iconUrl,
      this.tiers,
      this.createdAt,
      this.updatedAt,
      this.iV,
      this.couponCount,
      this.currencySymbol});