isMatchedList method

bool isMatchedList(
  1. List<String>? matchers
)

Implementation

bool isMatchedList(List<String>? matchers) {
  return Validator.isMatchedList(matchers, this);
}