ifKeyword property
Token
get
ifKeyword
The token representing the if
keyword.
Implementation
// TODO(scheglov): Extract shared `IfCondition`, see the patterns spec.
Token get ifKeyword;
The token representing the if
keyword.
// TODO(scheglov): Extract shared `IfCondition`, see the patterns spec.
Token get ifKeyword;