removeWhere method

void removeWhere (
  1. bool test(
    1. String key,
    2. dynamic value
    )
)
inherited

Removes all entries of this map that satisfy the given predicate.