FastStoreBlocPayload constructor

FastStoreBlocPayload({
  1. PurchaseDetails? purchaseDetails,
  2. IFastErrorReporter? errorReporter,
  3. String? productId,
  4. List<ProductDetails>? products,
  5. List<PurchaseDetails>? purchases,
  6. PurchaseDetails? purchase,
  7. FastAppInfoDocument? appInfo,
})

Implementation

FastStoreBlocPayload({
  this.purchaseDetails,
  this.errorReporter,
  this.productId,
  this.products,
  this.purchases,
  this.purchase,
  this.appInfo,
});