LocalinventoryCustomBatchResponse constructor

LocalinventoryCustomBatchResponse({
  1. List<LocalinventoryCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

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