nth method

dynamic nth(
  1. int i
)

Implementation

dynamic nth(int i ) {
  return actions[i];
}