subEvents property

SchemaEvent? subEvents
getter/setter pair

Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.

Implementation

SchemaEvent? subEvents;