isDone property

bool get isDone

Whether the parser has finished parsing.

Implementation

bool get isDone => _state == _State.END;