inventorymaterialIdPut method
Future<Response<WebApiModulesHomeControlsInventoryMaterialInventoryMaterial> >
inventorymaterialIdPut({
- required String? id,
- required WebApiModulesHomeControlsInventoryMaterialInventoryMaterial? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsInventoryMaterialInventoryMaterial>>
inventorymaterialIdPut({
required String? id,
required WebApiModulesHomeControlsInventoryMaterialInventoryMaterial? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsInventoryMaterialInventoryMaterial,
() => WebApiModulesHomeControlsInventoryMaterialInventoryMaterial
.fromJsonFactory);
return _inventorymaterialIdPut(id: id, body: body);
}