visitAugmentedInvocation method

  1. @override
dynamic visitAugmentedInvocation(
  1. AugmentedInvocation node
)
inherited

Implementation

@override
R? visitAugmentedInvocation(AugmentedInvocation node) =>
    visitExpression(node);