addDotShorthandInvocation method

  1. @preferInline
void addDotShorthandInvocation(
  1. void listener(
    1. DotShorthandInvocation node
    )
)

Implementation

@preferInline
void addDotShorthandInvocation(
    void Function(DotShorthandInvocation node) listener) {
  nodeLintRegistry.addDotShorthandInvocation(name, listener);
}