hook property

  1. @override
H hook
getter/setter pair

The current Hook of this HookState.

This will be set at creation of the HookState and updated to a new instance of Hook every build. This should only be set by implementations of HookContext.

Implementation

@override
late H hook;