operator [] method

dynamic operator [](
  1. K key
)

Operator alias to get.

Implementation

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