visitDotShorthandConstructorInvocation2 method

  1. @experimental
  2. @override
T? visitDotShorthandConstructorInvocation2(
  1. DotShorthandConstructorInvocation2 node
)
override

Implementation

@experimental
@override
T? visitDotShorthandConstructorInvocation2(
  DotShorthandConstructorInvocation2 node,
) {
  stopwatch.start();
  T? result = _baseVisitor.visitDotShorthandConstructorInvocation2(node);
  stopwatch.stop();
  return result;
}