PurchaseData constructor

PurchaseData(
  1. String productId,
  2. ProductType productType,
  3. String productTitle,
  4. double price,
  5. String priceCurrency,
  6. int purchaseDate,
  7. String purchaseId,
)

Implementation

PurchaseData(this.productId, this.productType, this.productTitle, this.price,
    this.priceCurrency, this.purchaseDate, this.purchaseId);