clone property Null safety

Map<K, V> clone

Implementation

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