operator [] method

LyInput operator [](
  1. int index
)

Implementation

LyInput<dynamic> operator [](int index) => _inputs[index];