elseKeyword property
Token?
get
elseKeyword
Return the token representing the 'else' keyword, or null
if there is no
else statement.
Implementation
Token? get elseKeyword;
Return the token representing the 'else' keyword, or null
if there is no
else statement.
Token? get elseKeyword;