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