Removes all elements not in other from this set.
other
Notifies subscribers after removal.
@override void retainAll(Iterable<Object?> other) { value.retainAll(other); notify(); }