assignAll method

void assignAll(
  1. Map<K, V> map
)

Implementation

void assignAll(Map<K, V> map) {
  value = map;
}