children property

List<TagflowNode> get children

Children nodes

Implementation

List<TagflowNode> get children;
set children (List<TagflowNode> value)

Set children nodes

Implementation

set children(List<TagflowNode> value);