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