containsAny method

bool containsAny(
  1. List<String> values
)

Implementation

bool containsAny(List<String> values) => values.any(contains);