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