constKeyword property
Token?
get
constKeyword
The const
keyword, or null
if the expression isn't preceded by the
keyword const
.
Implementation
Token? get constKeyword;
The const
keyword, or null
if the expression isn't preceded by the
keyword const
.
Token? get constKeyword;