swapped property
SwappedDualWeakMap<V, K>
get
swapped
Returns a view with keys and values swapped.
Implementation
SwappedDualWeakMap<V, K> get swapped => SwappedDualWeakMap<V, K>(this);
Returns a view with keys and values swapped.
SwappedDualWeakMap<V, K> get swapped => SwappedDualWeakMap<V, K>(this);