isDone property
bool
get
isDone
Whether the parser has finished parsing.
Implementation
bool get isDone => _state == _State.END;
Whether the parser has finished parsing.
bool get isDone => _state == _State.END;