operator [] method

dynamic operator [](
  1. K key
)

Implementation

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