ProductsCustomBatchResponse constructor

ProductsCustomBatchResponse({
  1. List<ProductsCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

ProductsCustomBatchResponse({
  this.entries,
  this.kind,
});