isAtEnd property
bool
get
isAtEnd
Returns true if all data has been read.
Implementation
bool get isAtEnd => _position >= _buffer.length;
Returns true if all data has been read.
bool get isAtEnd => _position >= _buffer.length;