Package constructor

const Package(
  1. String identifier,
  2. PackageType packageType,
  3. StoreProduct storeProduct,
  4. PresentedOfferingContext presentedOfferingContext, {
  5. String? webCheckoutUrl,
})

Implementation

const Package(
    this.identifier,
    this.packageType,
    this.storeProduct,
    this.presentedOfferingContext, {
    this.webCheckoutUrl,
});