operator [] method

dynamic operator [](
  1. dynamic key
)
override

Implementation

operator[] (dynamic key) => get(key);