previous property Null safety
Return the previous token in the token stream.
Implementation
Token? get previous;
Set the previous token in the token stream to the given token
.
Implementation
void set previous(Token? token);
Return the previous token in the token stream.
Token? get previous;
Set the previous token in the token stream to the given token
.
void set previous(Token? token);