inventorypackageinventoryIdPut method

@param id

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryInventoryPackageInventoryInventoryPackageInventory
  >
>
inventorypackageinventoryIdPut({
  required String? id,
  required WebApiModulesInventoryInventoryPackageInventoryInventoryPackageInventory?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryPackageInventoryInventoryPackageInventory,
    () =>
        WebApiModulesInventoryInventoryPackageInventoryInventoryPackageInventory
            .fromJsonFactory,
  );

  return _inventorypackageinventoryIdPut(id: id, body: body);
}