containsAny method

bool containsAny(
  1. Iterable<T> coll
)

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

Implementation

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