gotoImplementationFacet top-level property
Facet for collecting go-to-implementation configurations.
Implementation
final Facet<GotoImplementationConfig, List<GotoImplementationConfig>> gotoImplementationFacet =
Facet.define(
FacetConfig(
combine: (configs) => configs.toList(),
),
);