updateAll method

void updateAll (dynamic update(String key, dynamic value))
inherited

Updates all values.

Iterates over all entries in the map and updates them with the result of invoking update.