webcatalogIdGet method

Future<Response<WebApiModulesSettingsWebCatalogSettingsWebCatalogWebCatalog>> webcatalogIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _webcatalogIdGet(id: id);
}