length method

int length()

Returns the length of this StringBuilder.

Implementation

int length() => _buffer.toString().length;