topics property

List? topics

The topics to filter by or null to match any topics.

Each entry represents an AND condition that must match, or may be null to match anything.

If a given entry is an Array, then that entry is treated as an OR for any value in the entry.

Implementation

external List<dynamic>? get topics;
void topics=(List? topics)

Implementation

external set topics(List<dynamic>? topics);