hooks property

Iterable<Hook>? hooks
finalinherited

Hooks that are run at certain points in the execution cycle

Implementation

final Iterable<Hook>? hooks;