equals method

bool equals(
  1. Set<T> other
)

Implementation

bool equals(Set<T> other) => SetEquality<T>().equals(this, other);