finallyKeyword property

Token? finallyKeyword

Return the token representing the 'finally' keyword, or null if the statement does not contain a finally clause.

Implementation

Token? get finallyKeyword;