keyword property Null safety
Return the token representing either the 'final', 'const' or 'var'
keyword, or null
if no keyword was used.
Implementation
Token? get keyword;
@Deprecated('Clients should not build AST manually')
Set the token representing either the 'final', 'const' or 'var' keyword to
the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set keyword(Token? token);