nodeFlowController property
NodeFlowController?
get
nodeFlowController
The NodeFlow controller to use for action execution.
Subclasses must implement this getter to provide the controller. Return null if no controller is available.
Implementation
NodeFlowController? get nodeFlowController;