elseKeyword property

Token? get elseKeyword

The token representing the else keyword, or null if there's no else statement.

Implementation

Token? get elseKeyword;