operator [] method

dynamic operator [](
  1. String key
)

Direct access to the underlying map to retrieve raw values.

Implementation

dynamic operator [](String key) => _backing[key];