genUiCatalogBuilder function

Builder genUiCatalogBuilder(
  1. BuilderOptions options
)

Creates the builder that collects every generated CatalogItem in the package into a single lib/genui_catalog.g.dart.

Reads the catalog_id option, which becomes the id of the emitted Catalog.

Implementation

Builder genUiCatalogBuilder(BuilderOptions options) =>
    CatalogAggregatingBuilder(catalogId: _catalogId(options));