Creates a HashMap that contains all key/value pairs of other.
other
factory HashMap.of(Map<K, V> other) => new HashMap<K, V>()..addAll(other);