onKeyword property Null safety
Return the token representing the 'on' keyword, or null
if there is no
'on' keyword.
Implementation
Token? get onKeyword;
Return the token representing the 'on' keyword, or null
if there is no
'on' keyword.
Token? get onKeyword;