PlaylistPage class

Inheritance

Constructors

PlaylistPage.id(String playlistId, _InitialData initialData, [String? _visitorData])
InitialData
PlaylistPage.parse(String raw, String playlistId)

Properties

author String?
latefinal
description String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
initialData → _InitialData
latefinalinherited
initialDataBuilder → (_InitialData Function(JsonMap)?)
finalinherited
playlistId String
final
root → Document?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
latefinal
videoCount int?
latefinal
videos List<_Video>
latefinal
viewCount int?
latefinal

Methods

nextPage(YoutubeHttpClient httpClient) Future<PlaylistPage?>
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

Static Methods

get(YoutubeHttpClient httpClient, String id) Future<PlaylistPage>