Creates a new set with the elements of this that are not in other.
@override Set<E> difference(Set<Object?> other) { return _collective.difference(other); }