ifKeyword property

  1. @override
Token ifKeyword
final

Return the token representing the 'if' keyword. TODO(scheglov) Extract shared IfCondition, see the patterns spec.

Implementation

@override
final Token ifKeyword;