containsAll method

bool containsAll (Iterable<Object> collection)

Implementation

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