$ property

  1. @protected
  2. @override
HookRegister $
final

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
@override
final $ = ReactterHook.$register;