Returns a matcher that inverts valueOrMatcher to its logical negation.
valueOrMatcher
Matcher isNot(Object? valueOrMatcher) => _IsNot(wrapMatcher(valueOrMatcher));