TopologyNode constructor
const
TopologyNode({})
Implementation
const TopologyNode({
required this.id,
required this.kind,
required this.name,
this.path,
this.attributes = const {},
});
const TopologyNode({
required this.id,
required this.kind,
required this.name,
this.path,
this.attributes = const {},
});