isNotEOF property
bool
get
isNotEOF
Whether there are still unread bytes left in this buffer.
Implementation
bool get isNotEOF => !isEOF;
Whether there are still unread bytes left in this buffer.
bool get isNotEOF => !isEOF;