operator [] method

dynamic operator [](
  1. String key
)

Returns the value of the key or null if it doesn't exist.

Implementation

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