eachItemMatches method

dynamic eachItemMatches(
  1. Validator itemValidator
)

Implementation

eachItemMatches(Validator itemValidator) {
  return listEach(itemValidator).call(this);
}