backward property

Map<V, K> backward

Returns a backward map onto the same data. This accessor effectively returns the same as BiMap.inverse, but case-down to a Map.

Implementation

Map<V, K> get backward => inverse;