WebApiModulesInventoryInventoryReceiptUnassignItemsRequest constructor

const WebApiModulesInventoryInventoryReceiptUnassignItemsRequest({
  1. List<WebApiModulesInventoryInventoryReceiptUnassignItem>? items,
})

Implementation

const WebApiModulesInventoryInventoryReceiptUnassignItemsRequest({
  this.items,
});