Checks if the string ends with other.
other
bool endsWith(String other) => valueString?.endsWith(other) ?? false;