add method

Map<K, V> add(
  1. K key,
  2. V value
)

Implementation

Map<K, V> add(K key, V value) => <K, V>{...this, key: value};