topics property

List<Topic>? topics
getter/setter pair

The list of topic in the requested parent.

The order of the topics is unspecified.

Implementation

core.List<Topic>? topics;