boxedupCatalogCatalogidGet method

Future<Response<List<WebApiModulesIntegrationsStorefrontWebCatalog>>> boxedupCatalogCatalogidGet({
  1. required String? catalogid,
})

@param catalogid

Implementation

Future<chopper.Response<List<WebApiModulesIntegrationsStorefrontWebCatalog>>>
boxedupCatalogCatalogidGet({required String? catalogid}) {
  generatedMapping.putIfAbsent(
    WebApiModulesIntegrationsStorefrontWebCatalog,
    () => WebApiModulesIntegrationsStorefrontWebCatalog.fromJsonFactory,
  );

  return _boxedupCatalogCatalogidGet(catalogid: catalogid);
}