InventoryChange constructor
InventoryChange({
- InventoryChangeType? type,
- String? measurementUnitId,
- CatalogMeasurementUnit? measurementUnit,
- InventoryAdjustment? adjustment,
- InventoryPhysicalCount? physicalCount,
- InventoryTransfer? transfer,
Implementation
InventoryChange({
this.type, this.measurementUnitId, this.measurementUnit,
this.adjustment, this.physicalCount, this.transfer
});