clone property

Map<K, V> clone

Implementation

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