isEOS property

  1. @override
bool isEOS
override

Is the current position at the end of the stream?

Implementation

@override
bool get isEOS => _position >= _fileSize;