withIdentityEquals property

IMap<K, V> withIdentityEquals

Creates a map with identityEquals (compares the internals by identity).

Implementation

IMap<K, V> get withIdentityEquals =>
    config.isDeepEquals ? IMap._unsafe(_m, config: config.copyWith(isDeepEquals: false)) : this;