FeedItemDetails class Null safety

Constructors

FeedItemDetails({int? index, required String id, double? duration, String? title, required VideoFeedSource source, String? channel, String? playlist, String? playlistGroup, Map<String, List<String>>? dynamicContentParameters})

Properties

channel String?
The channel id of the feed. [...]
read / write
duration double?
The total duration of the video. [...]
read / write
dynamicContentParameters Map<String, List<String>>?
The dynamic content parameters of the feed. [...]
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
id String
The unique id of the thumbnail. [...]
read / write
index int?
The index of the thumbnail tapped in the feed.
read / write
playlist String?
Playlist id of the feed. [...]
read / write
playlistGroup String?
Playlist group id of the feed. [...]
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
source VideoFeedSource
The content source of the feed.
read / write
title String?
The title of the feed item. [...]
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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