ConnectionFractal constructor

ConnectionFractal({
  1. required NodeFractal<EventFractal> from,
  2. required EventFractal? to,
})

Implementation

ConnectionFractal({
  required this.from,
  required super.to,
});