Removes value from the set.
value
Returns true if value was in the set, and false if not. The method has no effect if value was not in the set.
true
false
bool remove(Object? value);