ApphudNonRenewingPurchase constructor
ApphudNonRenewingPurchase({})
Implementation
ApphudNonRenewingPurchase({
required this.productId,
required this.purchasedAt,
required this.isActive,
this.canceledAt,
this.purchaseToken,
});