InappproductsUpdateRequest constructor

InappproductsUpdateRequest({
  1. bool? allowMissing,
  2. bool? autoConvertMissingPrices,
  3. InAppProduct? inappproduct,
  4. String? latencyTolerance,
  5. String? packageName,
  6. String? sku,
})

Implementation

InappproductsUpdateRequest({
  this.allowMissing,
  this.autoConvertMissingPrices,
  this.inappproduct,
  this.latencyTolerance,
  this.packageName,
  this.sku,
});