equalItems method

bool equalItems(
  1. covariant Iterable<T> other
)

Implementation

bool equalItems(covariant Iterable<T> other) => iter.equalItems(other);