keyword property Null safety
Return the 'new' or 'const' keyword used to indicate how an object should
be created, or null
if the keyword was not explicitly provided.
Implementation
Token? get keyword;
Return the 'new' or 'const' keyword used to indicate how an object should
be created, or null
if the keyword was not explicitly provided.
Token? get keyword;