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