intersection method

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

Implementation

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