TreeNode<NodeData extends Object> class
An object corresponding to a tree node, used to store and manage node status.
Properties
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