PromotedPurchaseResult constructor

PromotedPurchaseResult({
  1. required String productIdentifier,
  2. required PurchaserInfo purchaserInfo,
})

Constructs a PromotedPurchaseResult with its properties

Implementation

PromotedPurchaseResult({
  required this.productIdentifier,
  required this.purchaserInfo,
});