visitDotShorthandConstructorInvocation method
T?
visitDotShorthandConstructorInvocation()
override
Implementation
@override
T? visitDotShorthandConstructorInvocation(
DotShorthandConstructorInvocation node,
) {
stopwatch.start();
T? result = _baseVisitor.visitDotShorthandConstructorInvocation(node);
stopwatch.stop();
return result;
}