isAtEnd property

bool get isAtEnd

Returns true if all data has been read.

Implementation

bool get isAtEnd => _position >= _buffer.length;