Checks if the string is one of the values.
values
bool isIn(Iterable<String> values) { return _isIn(this, values); }