WorkflowConnection constructor
WorkflowConnection({
- required WorkflowNode source,
- required WorkflowNode target,
- required String type,
Implementation
WorkflowConnection({
required this.source,
required this.target,
required this.type,
});