visitDotShorthandConstructorInvocation method

  1. @override
void visitDotShorthandConstructorInvocation(
  1. DotShorthandConstructorInvocation node
)
inherited

Implementation

@override
R? visitDotShorthandConstructorInvocation(
  DotShorthandConstructorInvocation node,
) {
  node.visitChildren(this);
  return null;
}