forward property

Map<K, V> forward

Returns a forward map onto the same data. This accessor effectively returns this object, but cast-down to a Map.

Implementation

Map<K, V> get forward => this;