gotoImplementationFacet top-level property

Facet<GotoImplementationConfig, List<GotoImplementationConfig>> gotoImplementationFacet
final

Facet for collecting go-to-implementation configurations.

Implementation

final Facet<GotoImplementationConfig, List<GotoImplementationConfig>> gotoImplementationFacet =
    Facet.define(
  FacetConfig(
    combine: (configs) => configs.toList(),
  ),
);