visitAugmentedInvocation method

  1. @override
R? visitAugmentedInvocation(
  1. AugmentedInvocation node
)
override

Implementation

@override
R? visitAugmentedInvocation(AugmentedInvocation node) {
  node.visitChildren(this);
  return null;
}