Returns a matcher which matches maps containing the given value.
value
Matcher containsValue(Object? value) => _ContainsValue(value);