$ property

  1. @protected
  2. @override
_ReactterHookRegister $
finalinherited

This variable is used to register ReactterHook and attach the ReactterState that are defined here.

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

final $ = ReactterHook.$register;

Implementation

@protected
@override
final $ = ReactterHook.$register;