finallyKeyword property Null safety
Return the token representing the 'finally' keyword, or null
if the
statement does not contain a finally clause.
Implementation
Token? get finallyKeyword;
Return the token representing the 'finally' keyword, or null
if the
statement does not contain a finally clause.
Token? get finallyKeyword;