Returns a new Map that contains a deep copy of every key and value from this.
// ignore: use_to_and_as_if_applicable Map<K, V> deepCopy() => Map.of(this);