SearchResultSnippet class

Basic details about a search result, including title, description and thumbnails of the item referenced by the search result.

Constructors

SearchResultSnippet({String? channelId, String? channelTitle, String? description, String? liveBroadcastContent, DateTime? publishedAt, ThumbnailDetails? thumbnails, String? title})
SearchResultSnippet.fromJson(Map json_)

Properties

channelId String?
The value that YouTube uses to uniquely identify the channel that published the resource that the search result identifies.
getter/setter pair
channelTitle String?
The title of the channel that published the resource that the search result identifies.
getter/setter pair
description String?
A description of the search result.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liveBroadcastContent String?
It indicates if the resource (video or channel) has upcoming/active live broadcast content.
getter/setter pair
publishedAt DateTime?
The creation date and time of the resource that the search result identifies.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails ThumbnailDetails?
A map of thumbnail images associated with the search result.
getter/setter pair
title String?
The title of the search result.
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