VideoTopicDetails class
Freebase topic information related to the video.
Constructors
- 
          VideoTopicDetails({List<
String> ? relevantTopicIds, List<String> ? topicCategories, List<String> ? topicIds}) - VideoTopicDetails.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  relevantTopicIds
  ↔ List<
String> ? - 
  Similar to topic_id, except that these topics are merely relevant to the
video.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  topicCategories
  ↔ List<
String> ? - 
  A list of Wikipedia URLs that provide a high-level description of the
video's content.
  getter/setter pair
 - 
  topicIds
  ↔ List<
String> ? - 
  A list of Freebase topic IDs that are centrally associated with the video.
  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