constKeyword property
Token?
get
constKeyword
Return the token representing the 'const' keyword, or null
if the
literal is not a constant.
Implementation
Token? get constKeyword;
Return the token representing the 'const' keyword, or null
if the
literal is not a constant.
Token? get constKeyword;