copy method

CanonicalizedMap<String, String, V> copy()
inherited

Copies this CanonicalizedMap instance without recalculating the canonical values of the keys.

Implementation

CanonicalizedMap<C, K, V> copy() =>
    CanonicalizedMap._(_canonicalize, _isValidKeyFn, _base);