copy method

Map<K, V> copy()

Implementation

Map<K, V> copy() => Map.from(this);