Test whether an object is a valid argument to equals and hash.
equals
hash
Some implementations may be restricted to only work on specific types of objects.
@override bool isValidKey(Object? o) => o is Set<E>;