TreeNode<T> class
Constructors
- TreeNode({TreeNodeItem? lazyItem, ExpandCallback? expandCallback})
Properties
- expandCallback ↔ ExpandCallback?
-
getter/setter pair
- expanded → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- item → NodeData?
-
no setter
- lazyItem → TreeNodeItem?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setExpanded ← bool
-
no getter
Methods
-
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