topics property

List<TopicData>? topics
inherited

This includes a list of topics that are attached to Spaces in the form of topic objects with their default fields and any additional fields requested using the topic.fields parameter, assuming there is a topic present in the returned Space(s).

Implementation

List<TopicData>? get topics => throw _privateConstructorUsedError;