TreeNode class

Constructors

TreeNode(String key, dynamic value, int depth)

Properties

childIsPlaceholder bool
no setter
depth int
final
hashCode int
The hash code for this object.
no setterinherited
isEndNode bool
no setter
isPlaceholder bool
no setter
isRoot bool
no setter
key String
final
realKey String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
no setter

Methods

addChild(TreeNode node) TreeNode
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(dynamic value) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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