children property

ComponentSet children

The children components of this component.

This getter will automatically create the ComponentSet container within the current object if it didn't exist before. Check the hasChildren property in order to avoid instantiating the children container.

Implementation

ComponentSet get children => _children ??= createComponentSet();