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