InventoryTransferResponse constructor
InventoryTransferResponse({
- List<
SquareError> ? errors, - InventoryTransfer? transfer,
Implementation
InventoryTransferResponse({
this.errors, this.transfer
});