InventoryAdjustmentResponse constructor
InventoryAdjustmentResponse({
- List<
SquareError> ? errors, - InventoryAdjustment? adjustment,
Implementation
InventoryAdjustmentResponse({
this.errors, this.adjustment
});