containsAll method

bool containsAll (
  1. Iterable<Object> other
)

Returns whether this Set contains all the elements of other.

Implementation

bool containsAll(Iterable<Object> other);