Whether this string ends with other.
other
For example:
'Dart'.endsWith('t'); // true
bool endsWith(String other);