repairpartIdPut method

@param id

Implementation

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

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