isDone property

bool isDone

Whether the read position has reached the end of source.

Implementation

bool get isDone => _position == length;