InventoryPhysicalCountResponse constructor
InventoryPhysicalCountResponse({
- List<
SquareError> ? errors, - InventoryPhysicalCount? count,
Implementation
InventoryPhysicalCountResponse({
this.errors, this.count
});