bool containsAll(Iterable<Object> collection)

Returns whether this Set contains all the elements of other.

Source

bool containsAll(Iterable<Object> collection) =>
    readClasses().containsAll(collection);