context property

HookContext context
latefinal

The HookContext in which this HookState is used.

This will be set once at creation of the HookState. This should only be set by implementations of HookContext.

Implementation

late final HookContext context;