children property
Children nodes
Implementation
@override
List<TagflowNode> get children => rows;
Set children nodes
Implementation
@override
set children(List<TagflowNode> value) {
rows
..clear()
..addAll(value);
}
Children nodes
@override
List<TagflowNode> get children => rows;
Set children nodes
@override
set children(List<TagflowNode> value) {
rows
..clear()
..addAll(value);
}