ConnectionFractal constructor
ConnectionFractal({
- required NodeFractal<
EventFractal> from, - required EventFractal? to,
Implementation
ConnectionFractal({
required this.from,
required super.to,
});