head method

Token head()

Implementation

Token head() => _seek >= _tokens.length ? const Token.eof() : _tokens[_seek];