finallyKeyword property

  1. @override
Token? finallyKeyword
final

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

Implementation

@override
final Token? finallyKeyword;