NodeFlowActionIntent<T> constructor
const
NodeFlowActionIntent<T> ({
- required String actionId,
- BuildContext? context,
Creates an intent for a NodeFlow action.
Parameters:
actionId: The unique identifier of the action to executecontext: Optional build context that may be needed by the action
Implementation
const NodeFlowActionIntent({required this.actionId, this.context});