Checks if the string's length falls in a range.
bool isLength(int min, [int? max]) { return _isLength(this, min, max); }