InappproductsBatchUpdateResponse constructor

InappproductsBatchUpdateResponse({
  1. List<InAppProduct>? inappproducts,
})

Implementation

InappproductsBatchUpdateResponse({
  this.inappproducts,
});