keyword property Null safety
Return the token representing the 'case' or 'default' keyword.
Implementation
Token get keyword;
@Deprecated('Clients should not build AST manually')
Set the token representing the 'case' or 'default' keyword to the given
token
.
Implementation
@Deprecated('Clients should not build AST manually')
set keyword(Token token);