LoopNode constructor
LoopNode({
- required String id,
- required NodeOutput node,
- required int x,
- required int y,
- bool isSelfLoop = false,
Implementation
LoopNode({
required this.id,
required this.node,
required this.x,
required this.y,
this.isSelfLoop = false,
});