addDotShorthandConstructorInvocation method

  1. @preferInline
void addDotShorthandConstructorInvocation(
  1. void listener(
    1. DotShorthandConstructorInvocation node
    )
)

Implementation

@preferInline
void addDotShorthandConstructorInvocation(
    void Function(DotShorthandConstructorInvocation node) listener) {
  nodeLintRegistry.addDotShorthandConstructorInvocation(name, listener);
}