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