storefrontCatalogCatalogidGet method
Future<Response<List<WebApiModulesIntegrationsStorefrontWebCatalog> > >
storefrontCatalogCatalogidGet({
- required String? catalogid,
Get catalog by id. @param catalogid
Implementation
Future<chopper.Response<List<WebApiModulesIntegrationsStorefrontWebCatalog>>>
storefrontCatalogCatalogidGet({required String? catalogid}) {
generatedMapping.putIfAbsent(
WebApiModulesIntegrationsStorefrontWebCatalog,
() => WebApiModulesIntegrationsStorefrontWebCatalog.fromJsonFactory,
);
return _storefrontCatalogCatalogidGet(catalogid: catalogid);
}