canReadMore method

bool canReadMore()

Returns true if more data can be read from the buffer, false otherwise.

Implementation

bool canReadMore() => _readPos < _list.lengthInBytes;