containsAll method

bool containsAll(
  1. Iterable<T> coll
)

Returns true if all of the values of a given collection are in this Set. @param {Iterable.

Implementation

_i2.bool containsAll(_i3.Iterable<T> coll) => _i4.callMethod(
      this,
      'containsAll',
      [coll],
    );