isSame method

bool isSame(
  1. Iterable<E> other
)

Implementation

bool isSame(Iterable<E> other) => toString() == other.toString();