canReadMore property

bool canReadMore

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

Implementation

bool get canReadMore => _readPos < data.length;