GraphEdge constructor
const
GraphEdge({})
Implementation
const GraphEdge({
this.id,
required this.from,
required this.to,
this.trigger,
this.label,
this.condition,
required this.source,
required this.sourceRef,
});