Returns the value for the given key or null if key is not in the map.
key
@override T? operator [](Object? key) { assert(_debugAssertNotDisposed()); return _map![key]; }