constKeyword property
Token?
get
constKeyword
The token representing the const
keyword, or null
if the literal isn't
a constant.
Implementation
Token? get constKeyword;
The token representing the const
keyword, or null
if the literal isn't
a constant.
Token? get constKeyword;