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