topics property

List<Topic>? topics
getter/setter pair

The list of topics in the requested parent.

The order of the topics is unspecified.

Implementation

core.List<Topic>? topics;