colon property Null safety
Return the colon separating the keyword or the expression from the statements.
Implementation
Token get colon;
@Deprecated('Clients should not build AST manually')
Set the colon separating the keyword or the expression from the
statements to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set colon(Token token);