Package constructor
const
Package(
- String identifier,
- PackageType packageType,
- StoreProduct storeProduct,
- PresentedOfferingContext presentedOfferingContext, {
- String? webCheckoutUrl,
Implementation
const Package(
this.identifier,
this.packageType,
this.storeProduct,
this.presentedOfferingContext, {
this.webCheckoutUrl,
});