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