topicIds property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? topicIds
getter/setter pair

A list of Freebase topic IDs associated with the channel.

You can retrieve information about each topic using the Freebase Topic API.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? topicIds;