ApphudSubscriptionWrapper constructor
ApphudSubscriptionWrapper({})
Implementation
ApphudSubscriptionWrapper({
required this.productId,
required this.expiresAt,
required this.isInRetryBilling,
required this.isAutorenewEnabled,
required this.isIntroductoryActivated,
required this.isActive,
required this.status,
required this.startedAt,
this.canceledAt,
});