Returns a matcher which matches Iterables in which all elements match the given valueOrMatcher.
valueOrMatcher
Matcher everyElement(Object? valueOrMatcher) => _EveryElement(wrapMatcher(valueOrMatcher));