EntitlementInfo constructor
const
EntitlementInfo(
- String identifier,
- bool isActive,
- bool willRenew,
- String latestPurchaseDate,
- String originalPurchaseDate,
- String productIdentifier,
- bool isSandbox, {
- OwnershipType ownershipType = OwnershipType.unknown,
- Store store = Store.unknownStore,
- PeriodType periodType = PeriodType.unknown,
- String? expirationDate,
- String? unsubscribeDetectedAt,
- String? billingIssueDetectedAt,
- String? productPlanIdentifier,
- VerificationResult verification = VerificationResult.notRequested,
Implementation
const EntitlementInfo(
this.identifier,
this.isActive,
this.willRenew,
this.latestPurchaseDate,
this.originalPurchaseDate,
this.productIdentifier,
this.isSandbox, {
this.ownershipType = OwnershipType.unknown,
this.store = Store.unknownStore,
this.periodType = PeriodType.unknown,
this.expirationDate,
this.unsubscribeDetectedAt,
this.billingIssueDetectedAt,
this.productPlanIdentifier,
this.verification = VerificationResult.notRequested,
});