topics property Null safety

List<TopicFilter>? topics
read / write

(optional) List of topic filters. If omitted, query for all events. If multiple filters are specified, events will be included if they match any of the filters. Maximum 5 filters are allowed per request.

Implementation

List<TopicFilter>? topics;