menu
epitaph_ips package
documentation
epitaph_graphs/nodes/vertex.dart
Vertex
Vertex constructor
Vertex constructor
dark_mode
light_mode
Vertex
constructor
Vertex
(
String
id
)
Implementation
Vertex(this.id) : assert(id.isNotEmpty, "Vertex id cannot be empty.");
epitaph_ips package
documentation
epitaph_graphs/nodes/vertex
Vertex
Vertex constructor
Vertex class