Now that there’s pattern matching in Dart is it best to use it for iterating over maps?
Traditionally, to iterate over the keys and values of a Map
you can write this:
Traditionally, to iterate over the keys and values of a Map
you can write this: