Subgraph class

Subfolders are represented as subgraphs.

Constructors

Subgraph(String id, String label)
Constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The folder path relative to Model.rootDir.
getter/setter pair
label String
The folder name.
getter/setter pair
nodes List<String>
A list of node ids in this folder.
getter/setter pair
parent Subgraph?
The parent folder.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subgraphs List<Subgraph>
A list of subfolders.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns this object in JSON format.
toString() String
Returns this object in dot format.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited