visitDotShorthandInvocation method
Implementation
@override
R? visitDotShorthandInvocation(DotShorthandInvocation node) {
node.visitChildren2(this);
return null;
}
@override
R? visitDotShorthandInvocation(DotShorthandInvocation node) {
node.visitChildren2(this);
return null;
}