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