ApphudSubscriptionWrapper constructor
ApphudSubscriptionWrapper({
- required String productId,
- required double expiresAt,
- required bool isInRetryBilling,
- required bool isAutorenewEnabled,
- required bool isIntroductoryActivated,
- required bool isActive,
- required ApphudSubscriptionStatus status,
- required double startedAt,
- double? canceledAt,
- String? purchaseToken,
- String? platform,
- String? basePlanId,
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,
this.purchaseToken,
this.platform,
this.basePlanId,
});