difference method

Set<E> difference(
  1. Set<Object?> other
)

Implementation

Set<E> difference(Set<Object?> other) => value.difference(other);