canReadMore method
Returns true if more data can be read from the buffer, false otherwise.
Implementation
bool canReadMore() => _readPos < _list.lengthInBytes;
Returns true if more data can be read from the buffer, false otherwise.
bool canReadMore() => _readPos < _list.lengthInBytes;