TreeNode<T> class
abstract
Constructors
- TreeNode()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateChildren(
List< TreeNode< children) → TreeNode<T> >T> -
updateState(
{bool? expanded, bool? selected}) → TreeNode< T>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited