InteractionFractal constructor

InteractionFractal({
  1. EventFractal? to,
  2. NodeFractal<EventFractal>? owner,
  3. FKind kind = FKind.eternal,
})

Implementation

InteractionFractal({
  super.to,
  super.owner,
  super.kind = FKind.eternal,
});