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