inventorymaterialIdPut method
Future<Response<WebApiModulesInventoryInventoryMaterialInventoryMaterial> >
inventorymaterialIdPut({
- required String? id,
- required WebApiModulesInventoryInventoryMaterialInventoryMaterial? body,
@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);
}