SearchPlaylist class

Metadata related to a search query result (playlist)

Mixed in types
Annotations
  • @freezed

Constructors

SearchPlaylist(PlaylistId playlistId, String playlistTitle, int playlistVideoCount, List<Thumbnail> thumbnails)
Initialize a SearchPlaylist instance.
const
factory

Properties

copyWith → $SearchPlaylistCopyWith<SearchPlaylist>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
playlistId PlaylistId
PlaylistId.
no setterinherited
playlistTitle String
Playlist title.
no setterinherited
playlistVideoCount int
Playlist video count, cannot be greater than 50.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails List<Thumbnail>
Video thumbnail
no setterinherited

Methods

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

Operators

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