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