/// * [DiagnosticableTree.toStringDeep], a method that returns a [String]
/// typically containing multiple hash codes.
MatcherequalsIgnoringHashCodes(Stringvalue){
MatcherequalsIgnoringHashCodes(Objectvalue){
assert(valueisString||valueisIterable<String>,"Only String or Iterable<String> are allowed types for equalsIgnoringHashCodes, it doesn't accept ${value.runtimeType}");
return_EqualsIgnoringHashCodes(value);
}
...
...
@@ -1056,21 +1060,33 @@ class _HasOneLineDescription extends Matcher {