FormeExpansionNode<T extends Object> class

Properties

children List<FormeExpansionNode<T>>
no setter
hashCode int
The hash code for this object.
no setterinherited
isExpanded bool
no setter
isSelected bool
no setter
parent FormeExpansionNode<T>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collapse() → void
expand({bool expandAllChildren = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
remove this node from tree
select({bool selectParents = false, bool selectAllChildren = false}) → void
toString() String
A string representation of this object.
inherited
unselect({bool unselectAllChildren = false}) → void

Operators

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