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