Returns true if the set contains the given element.
This is a non-mutating query operation.
@override bool contains(Object? element) => value.contains(element);