LayoutHyperedge constructor
Constructor for LayoutHyperedge.
Implementation
LayoutHyperedge({
required this.id,
required this.signal,
required this.sources,
required this.targets,
});
Constructor for LayoutHyperedge.
LayoutHyperedge({
required this.id,
required this.signal,
required this.sources,
required this.targets,
});