inverse property

BiMap<V, K> inverse

Returns the inverse bi-map onto the same data.

Implementation

BiMap<V, K> get inverse => BiMap._(_backward, _forward);