isEOS property Null safety
override
Is the current position at the end of the stream?
Implementation
@override
bool get isEOS => _position >= _fileSize;
Is the current position at the end of the stream?
@override
bool get isEOS => _position >= _fileSize;