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