SubscriptionInfo constructor
const
SubscriptionInfo(
- String productIdentifier,
- String purchaseDate,
- bool isSandbox,
- bool isActive,
- bool willRenew, {
- String? originalPurchaseDate,
- String? expiresDate,
- Store store = Store.unknownStore,
- String? unsubscribeDetectedAt,
- String? billingIssuesDetectedAt,
- String? gracePeriodExpiresDate,
- OwnershipType ownershipType = OwnershipType.unknown,
- PeriodType periodType = PeriodType.unknown,
- String? refundedAt,
- String? storeTransactionId,
- String? autoResumeDate,
- String? displayName,
- String? managementURL,
- String? productPlanIdentifier,
Implementation
const SubscriptionInfo(
this.productIdentifier,
this.purchaseDate,
this.isSandbox,
this.isActive,
this.willRenew, {
this.originalPurchaseDate,
this.expiresDate,
this.store = Store.unknownStore,
this.unsubscribeDetectedAt,
this.billingIssuesDetectedAt,
this.gracePeriodExpiresDate,
this.ownershipType = OwnershipType.unknown,
this.periodType = PeriodType.unknown,
this.refundedAt,
this.storeTransactionId,
this.autoResumeDate,
this.displayName,
this.managementURL,
this.productPlanIdentifier,
});