visitMethodDeclaration method Null safety
- MethodDeclaration node
override
Implementation
@override
T? visitMethodDeclaration(MethodDeclaration node) {
stopwatch.start();
T? result = _baseVisitor.visitMethodDeclaration(node);
stopwatch.stop();
return result;
}