hooks property

Iterable<Hook>? hooks
getter/setter pair

Hooks that are run at certain points in the execution cycle

Implementation

Iterable<Hook>? hooks;