Returns true if value is in the set.
true
value
bool contains(Object? element) => _source.contains(element);