constKeyword property Null safety
Return the token for the 'const' keyword, or null
if the constructor is
not a const constructor.
Implementation
Token? get constKeyword;
@Deprecated('Clients should not build AST manually')
Set the token for the 'const' keyword to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set constKeyword(Token? token);