clone property

Map<K, V> get clone

Implementation

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