TreeNode<NodeData extends Object> class

An object corresponding to a tree node, used to store and manage node status.

Properties

children List<TreeNode<NodeData>>?
final
data → NodeData
no setter
depth int
final
hashCode int
The hash code for this object.
no setterinherited
isExpand bool
no setter
isLeaf bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collapse() → void
expand() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle() → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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