finallyBlock property

Block? get finallyBlock

The finally block contained in the try statement, or null if the statement doesn't contain a finally clause.

Implementation

Block? get finallyBlock;