isEOF property

bool get isEOF

Check if the reader has reached EOF

Implementation

bool get isEOF => _eof;