operator property Null safety
Return the postfix operator being applied to the operand.
Implementation
Token get operator;
@Deprecated('Clients should not build AST manually')
Set the postfix operator being applied to the operand to the given
token
.
Implementation
@Deprecated('Clients should not build AST manually')
set operator(Token token);