isDone property

bool get isDone

Whether the read position has reached the end of source.

Implementation

bool get isDone => _position == length;