setupContext property
The setup context that manages hooks and reactive state.
Implementation
late final JoltSetupContext<T> setupContext =
JoltSetupContext(this, _propsNode);
The setup context that manages hooks and reactive state.
late final JoltSetupContext<T> setupContext =
JoltSetupContext(this, _propsNode);