Dart API Reference
dart:core
Set
containsAll
containsAll
method
Returns whether this Set contains all the elements of other.
bool
containsAll
(
Iterable
<
Object
>
other
)
Returns whether this Set contains all the elements of other.