InappproductsDeleteRequest constructor

InappproductsDeleteRequest({
  1. String? latencyTolerance,
  2. String? packageName,
  3. String? sku,
})

Implementation

InappproductsDeleteRequest({
  this.latencyTolerance,
  this.packageName,
  this.sku,
});