ifKeyword property
Token
get
ifKeyword
Return the token representing the 'if' keyword.
TODO(scheglov) Extract shared IfCondition
, see the patterns spec.
Implementation
Token get ifKeyword;
Return the token representing the 'if' keyword.
TODO(scheglov) Extract shared IfCondition
, see the patterns spec.
Token get ifKeyword;