BiMap<K, V> constructor
BiMap<K, V> ()
Creates a BiMap instance with the default implementation.
Implementation
factory BiMap() => HashBiMap();
Creates a BiMap instance with the default implementation.
factory BiMap() => HashBiMap();