childrenIds property

List<String> childrenIds
final

List of children of this component.

Use for hierarchical components. Functions such as moveComponentWithChildren work with this property.

Implementation

final List<String> childrenIds = [];