BiMap<K, V>.identity constructor

BiMap<K, V>.identity()

Creates an empty identity bi-map.

Implementation

factory BiMap.identity() => BiMap<K, V>._(Map.identity(), Map.identity());