GraphNode constructor
const
GraphNode({})
Implementation
const GraphNode({
required this.id,
required this.type,
this.title,
this.flow,
this.description,
this.tags = const [],
required this.source,
required this.sourceRef,
});