forEach abstract method

void forEach(
  1. void f(
    1. String key,
    2. Iterable<String> value
    )
)

Implementation

void forEach(void Function(String key, Iterable<String> value) f);