visitDotShorthandInvocation method
Implementation
@override
R? visitDotShorthandInvocation(DotShorthandInvocation node) =>
visitExpression(node);
@override
R? visitDotShorthandInvocation(DotShorthandInvocation node) =>
visitExpression(node);