Returns the element equal to element, if present.
element
This is a non-mutating query operation specific to sets.
@override E? lookup(Object? element) => value.lookup(element);