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