InventoryPhysicalCountResponse constructor

InventoryPhysicalCountResponse({
  1. List<SquareError>? errors,
  2. InventoryPhysicalCount? count,
})

Implementation

InventoryPhysicalCountResponse({
  this.errors, this.count
});