finallyBlock property Null safety
Return the finally block contained in the try statement, or null
if the
statement does not contain a finally clause.
Implementation
Block? get finallyBlock;
Return the finally block contained in the try statement, or null
if the
statement does not contain a finally clause.
Block? get finallyBlock;