PurchaseResult constructor

PurchaseResult({
  1. int? responseCode,
  2. String? debugMessage,
  3. String? code,
  4. String? message,
  5. String? productId,
  6. List<String>? productIds,
  7. String? productType,
  8. bool? isEmptyProductList,
  9. SubResponseCodeAndroid? subResponseCodeAndroid,
  10. String? purchaseTokenAndroid,
})

Implementation

PurchaseResult({
  this.responseCode,
  this.debugMessage,
  this.code,
  this.message,
  this.productId,
  this.productIds,
  this.productType,
  this.isEmptyProductList,
  this.subResponseCodeAndroid,
  this.purchaseTokenAndroid,
});