next property Null safety
Return the next token in the token stream.
Implementation
Token? get next;
Return the next token in the token stream.
Implementation
void set next(Token? next);
Return the next token in the token stream.
Token? get next;
Return the next token in the token stream.
void set next(Token? next);