visitDotShorthandInvocation method

  1. @override
R? visitDotShorthandInvocation(
  1. DotShorthandInvocation node
)
override

Implementation

@override
R? visitDotShorthandInvocation(DotShorthandInvocation node) {
  node.visitChildren(this);
  return null;
}