elseKeyword property

Token? elseKeyword

Return the token representing the 'else' keyword, or null if there is no else statement.

Implementation

Token? get elseKeyword;