forEach method

void forEach (void action(String key, dynamic value))
inherited

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

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