constKeyword property
Token?
get
constKeyword
Return the const
keyword, or null
if the expression is not preceded by
the keyword const
.
Implementation
Token? get constKeyword;
Return the const
keyword, or null
if the expression is not preceded by
the keyword const
.
Token? get constKeyword;