childEvents property

List<EventChild>? childEvents
getter/setter pair

A list of events that are a child of this event.

Implementation

core.List<EventChild>? childEvents;