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