newKeyword property Null safety
Return the token representing the 'new' keyword, or null
if there was no
'new' keyword.
Implementation
Token? get newKeyword;
Return the token representing the 'new' keyword, or null
if there was no
'new' keyword.
Token? get newKeyword;