readStringToEnd method

String readStringToEnd()

Reads a string from the buffer, terminating when the end of the buffer is reached.

Implementation

String readStringToEnd() => readString(_list.length - _readPos);