updateAll method
void
updateAll(
- V update(
- K key,
- V value
Implementation
void updateAll(V Function(K key, V value) update) =>
value = value..updateAll(update);
void updateAll(V Function(K key, V value) update) =>
value = value..updateAll(update);