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