TreeElement<T> class
Constructors
-
TreeElement.new(T value, TreeElement<
T> ? parent)
Properties
-
children
↔ List<
TreeElement< ?T> > -
getter/setter pair
- hasChildren → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parent
↔ TreeElement<
T> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ T
-
getter/setter pair
Methods
-
addChild(
T child) → TreeElement< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
StringBuffer buffer, [String padding = '']) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited