pair method

PairContext? pair(
  1. int i
)

Implementation

PairContext? pair(int i) => getRuleContext<PairContext>(i);