addShowCombinator method

  1. @preferInline
void addShowCombinator(
  1. void listener(
    1. ShowCombinator node
    )
)

Implementation

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