SearchVideo class abstract

Inheritance

Constructors

SearchVideo(VideoId id, String title, String author, String description, String duration, int viewCount, List<Thumbnail> thumbnails, String? uploadDate, bool isLive, String channelId)
const
factory

Properties

author String
Video author.
no setter
channelId String
Channel id
no setter
copyWith → _$$SearchVideoImplCopyWith<_$SearchVideoImpl>
no setter
description String
Video description snippet. (Part of the full description if too long)
no setter
duration String
Video duration as String, HH:MM:SS
no setter
hashCode int
The hash code for this object.
no setterinherited
id VideoId
Video ID.
no setter
isLive bool
True if this video is a live stream.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails List<Thumbnail>
Video thumbnail
no setter
title String
Video title.
no setter
uploadDate String?
Video upload date - As string: 5 years ago.
no setter
viewCount int
Video View Count
no setter

Methods

map<TResult extends Object?>({required TResult video(SearchVideo value), required TResult playlist(SearchPlaylist value), required TResult channel(SearchChannel value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? video(SearchVideo value)?, TResult? playlist(SearchPlaylist value)?, TResult? channel(SearchChannel value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult video(SearchVideo value)?, TResult playlist(SearchPlaylist value)?, TResult channel(SearchChannel value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult video(VideoId id, String title, String author, String description, String duration, int viewCount, List<Thumbnail> thumbnails, String? uploadDate, bool isLive, String channelId)?, TResult playlist(PlaylistId id, String title, int videoCount, List<Thumbnail> thumbnails)?, TResult channel(ChannelId id, String name, String description, int videoCount)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult video(VideoId id, String title, String author, String description, String duration, int viewCount, List<Thumbnail> thumbnails, String? uploadDate, bool isLive, String channelId), required TResult playlist(PlaylistId id, String title, int videoCount, List<Thumbnail> thumbnails), required TResult channel(ChannelId id, String name, String description, int videoCount)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? video(VideoId id, String title, String author, String description, String duration, int viewCount, List<Thumbnail> thumbnails, String? uploadDate, bool isLive, String channelId)?, TResult? playlist(PlaylistId id, String title, int videoCount, List<Thumbnail> thumbnails)?, TResult? channel(ChannelId id, String name, String description, int videoCount)?}) → TResult?
inherited

Operators

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