forEach method

void forEach (
  1. void action(
    1. String key,
    2. dynamic value
    )
)
inherited

Applies f to each key/value pair of the map.

Calling f must not add or remove keys from the map.