NodeData class

This class contains information about the nodes, such as Index and level, and whether to expand. It also contains other information

Constructors

NodeData()

Properties

children List<NodeData>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
Index in all nodes
getter/setter pair
indexInParent int
Index in parent node
getter/setter pair
isExpand bool
getter/setter pair
isSelected bool
getter/setter pair
level int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addChild(NodeData child) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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