calc method

CalcContext? calc(
  1. int i
)

Implementation

CalcContext? calc(int i) => getRuleContext<CalcContext>(i);