keyword property
Token?
get
keyword
Return the token representing either the 'final', 'const' or 'var'
keyword, or null
if no keyword was used.
Implementation
Token? get keyword;
Return the token representing either the 'final', 'const' or 'var'
keyword, or null
if no keyword was used.
Token? get keyword;