Returns a matcher that matches if the match argument is a string and ends with suffixString.
suffixString
Matcher endsWith(String suffixString) => new _StringEndsWith(suffixString);