operator [] method

T? operator [](
  1. String key
)

Implementation

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