visitPairType method

  1. @override
T? visitPairType(
  1. PairTypeContext ctx
)
override

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

Implementation

@override
T? visitPairType(PairTypeContext ctx) => visitChildren(ctx);