operator [] method

dynamic operator [](
  1. String key
)

Implementation

operator [](String key) {
  return get(key, dv: _MISSING);
}