toText method

String toText()

Implementation

String toText() {
  return _buffer.toString(); // Fix: Don't arbitrarily cut characters
}