getTextLength method

int getTextLength()

Gets the current text length (avoids toString() allocation)

Implementation

int getTextLength() => _textBuffer.length;