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