updateAllValues method
void
updateAllValues(
- V updater(
- K key,
- V value
Implementation
void updateAllValues(V Function(K key, V value) updater) {
$.updateAll(updater);
notifyChange();
}