NiceWorkflowNode constructor
Implementation
NiceWorkflowNode({
required this.id,
required this.type,
this.label = '',
this.x = 0,
this.y = 0,
this.config = const {},
this.outputs = const [],
});
NiceWorkflowNode({
required this.id,
required this.type,
this.label = '',
this.x = 0,
this.y = 0,
this.config = const {},
this.outputs = const [],
});