rightParenthesis property Null safety
Return the right parenthesis.
Implementation
Token get rightParenthesis;
@Deprecated('Clients should not build AST manually')
Set the right parenthesis to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set rightParenthesis(Token token);