subEvents property

  1. @Deprecated('Use [subEvent]. See https://schema.org/subEvents')
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

@Deprecated('Use [subEvent]. See https://schema.org/subEvents')
SchemaEvent? subEvents;