operator [] method

dynamic operator [](
  1. String key
)

Returns the value for the given key or null if key is not in the map

Implementation

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