ListTreeNode class

Constructors

ListTreeNode({ListTreeNode? parent, BaseBlock? content, required bool isRoot})

Properties

children List<ListTreeNode>
final
content BaseBlock?
final
depth int
no setter
hashCode int
The hash code for this object.
no setterinherited
isRoot bool
final
order int
no setter
parent ListTreeNode?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addChild(BaseBlock listBlock) ListTreeNode
Add child to the current node. Return the newly created node
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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