addShowCombinator method
Implementation
@preferInline
void addShowCombinator(void Function(ShowCombinator node) listener) {
nodeLintRegistry.addShowCombinator(name, listener);
}
@preferInline
void addShowCombinator(void Function(ShowCombinator node) listener) {
nodeLintRegistry.addShowCombinator(name, listener);
}