operator [] method

Object? operator [](
  1. String key
)

Implementation

Object? operator [](String key) => _map[key];