合并两个Map, 如果有相同的key, other中的key-value会被保留
other
Map<K, V> operator +(Map<K, V> other) => {...this, ...other};