Return true if this token represents an end of file.
true
@override bool get isEof => type == TokenType.EOF;