Returns a matcher which matches if the match argument is a string and is equal to value when compared case-insensitively.
value
Matcher equalsIgnoringCase(String value) => new _IsEqualIgnoringCase(value);