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