InventoryPhysicalResponse constructor
InventoryPhysicalResponse({
- List<
SquareError> ? errors, - List<
InventoryPhysicalCount> ? counts, - String? cursor,
- InventoryPhysicalCount? count,
Implementation
InventoryPhysicalResponse({
this.errors, this.counts, this.cursor, this.count
});