operator [] method

dynamic operator [](
  1. int index
)

Returns value in stack by index.

Implementation

operator [](int index) => _stack[index];