LocalinventoryCustomBatchResponseEntry constructor

LocalinventoryCustomBatchResponseEntry({
  1. int? batchId,
  2. Errors? errors,
  3. String? kind,
})

Implementation

LocalinventoryCustomBatchResponseEntry({
  this.batchId,
  this.errors,
  this.kind,
});