getAxis method

NumberLine getAxis(
  1. int index
)

Implementation

NumberLine getAxis(int index) => getAxes()[index] as NumberLine;