topics property Null safety
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;