children property

List<IContent>? children

Property getter and setter for children:

Implementation

List<IContent>? get children;
void children=(List<IContent>? children)

Implementation

set children(List<IContent>? children);