operator + method

Map<K, V> operator +(
  1. Map<K, V> other
)

Implementation

Map<K, V> operator +(Map<K, V> other) => {...this, ...other};