InappproductsBatchGetResponse constructor

InappproductsBatchGetResponse({
  1. List<InAppProduct>? inappproduct,
})

Implementation

InappproductsBatchGetResponse({
  this.inappproduct,
});