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