Set<E> Checks if the set contains an element.
Set<E>
element
@override E? lookup(Object? element) { return _collective.lookup(element); }