InventoryResponse constructor

InventoryResponse({
  1. List<SquareError>? errors,
  2. List<InventoryCount>? counts,
  3. List<InventoryChange>? changes,
  4. String? cursor,
  5. InventoryCount? count,
})

Implementation

InventoryResponse({
  this.errors, this.counts, this.changes, this.cursor, this.count
});