Removes all values from the iterable atom
@override void removeAll(Iterable<T> values) { set(value.where((element) => !values.contains(element))); }