deepEquals method

bool deepEquals(
  1. Set<T> other
)

Implementation

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