isEOF method Null safety

bool isEOF()

Check if we're at end of file.

Implementation

bool isEOF() => _source.lengthInBytes <= seek;