readStringToEnd method
Reads a string from the buffer, terminating when the end of the buffer is reached.
Implementation
String readStringToEnd() => readString(_list.length - _readPos);
Reads a string from the buffer, terminating when the end of the buffer is reached.
String readStringToEnd() => readString(_list.length - _readPos);