MapValueSet<K, V> constructor

*<Null safety>*

MapValueSet<K, V>(Map<K, V> _baseMap, K _keyForValue(V))

Implementation

MapValueSet(this._baseMap, this._keyForValue);