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