containsAll method

bool containsAll(
  1. Iterable<T> other
)

Implementation

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