updateAll method

void updateAll (
  1. dynamic update(
    1. String key,
    2. dynamic value
    )
)
inherited

Updates all values.

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