ChannelTopicDetails class

Freebase topic information related to the channel.

Constructors

ChannelTopicDetails({List<String>? topicCategories, List<String>? topicIds})
ChannelTopicDetails.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topicCategories List<String>?
A list of Wikipedia URLs that describe the channel's content.
getter/setter pair
topicIds List<String>?
A list of Freebase topic IDs associated with the channel.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited