Checks if the string's UTF-8 byte length falls in a range.
bool isByteLength(int min, [int? max]) { return _isByteLength(this, min, max); }