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