Token.eof constructor

const Token.eof()

Implementation

const Token.eof()
    : tokenType = TokenType.eof,
      data = '';