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