finallyKeyword property
Token?
get
finallyKeyword
The token representing the finally
keyword, or null
if the statement
doesn't contain a finally clause.
Implementation
Token? get finallyKeyword;
The token representing the finally
keyword, or null
if the statement
doesn't contain a finally clause.
Token? get finallyKeyword;