$ property

  1. @protected
HookRegister $
inherited

This variable is used to register Hook and attach the StateBase that are defined here.

It must be defined as a final variable and set with Hook.$register. Like so:

final $ = ReactterHookBase.$register;

Implementation

@protected
HookRegister get $;