visitDotShorthandConstructorInvocation method
R?
visitDotShorthandConstructorInvocation()
override
Implementation
@override
R? visitDotShorthandConstructorInvocation(
DotShorthandConstructorInvocation node,
) => visitInvocationExpression(node);