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