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