返回一个新的映射,该映射包含由给定 convert 函数转换的此映射中所有项。
convert
Map<K2, V2> map<K2, V2>(MapEntry<K2, V2> transform(K key, V value)) => _map.map<K2, V2>(transform);