removeWhere method
Removes all entries of this map that satisfy the given predicate
.
Implementation
void removeWhere(bool predicate(K key, V value));
Removes all entries of this map that satisfy the given predicate
.
void removeWhere(bool predicate(K key, V value));