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