store the key/value pair into the map
key
value
@override void operator []=(covariant String key, dynamic value) { _map[key] = value; }