visitPair method

  1. @override
T? visitPair(
  1. PairContext ctx
)
override

The default implementation returns the result of calling visitChildren on ctx.

Implementation

@override
T? visitPair(PairContext ctx) => visitChildren(ctx);