elseKeyword property
Token?
get
elseKeyword
The token representing the else
keyword, or null
if there's no else
expression.
Implementation
Token? get elseKeyword;
The token representing the else
keyword, or null
if there's no else
expression.
Token? get elseKeyword;