isNotEOF property

bool get isNotEOF

Whether there are still unread bytes left in this buffer.

Implementation

bool get isNotEOF => !isEOF;