finallyBlock property

Block? finallyBlock

Return the finally block contained in the try statement, or null if the statement does not contain a finally clause.

Implementation

Block? get finallyBlock;