inventorymaterialIdPut method

@param id

Implementation

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

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