BiMap<K, V> constructor

BiMap<K, V>()

Creates an empty bi-map.

Implementation

factory BiMap() => BiMap<K, V>._({}, {});