childContainer property

List<ZoneChildContainer>? childContainer
getter/setter pair

Containers that are children of this Zone.

Implementation

core.List<ZoneChildContainer>? childContainer;