isEOS property
bool
get
isEOS
Is the current position at the end of the stream?
Implementation
bool get isEOS => offset >= end;
Is the current position at the end of the stream?
bool get isEOS => offset >= end;