WatchPage class

Inheritance

Constructors

WatchPage.parse(String raw, String visitorInfoLive, String ysc)

Properties

commentsContinuation String?
no setter
hashCode int
The hash code for this object.
no setterinherited
initialData → _InitialData
latefinalinherited
initialDataBuilder → (_InitialData Function(JsonMap)?)
finalinherited
isOk bool
no setter
isVideoAvailable bool
no setter
playerConfig WatchPlayerConfig?
latefinal
playerResponse PlayerResponse?
latefinal
root → Document
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceUrl String?
no setter
videoDislikeCount int
no setter
videoLikeCount int
no setter
visitorInfoLive String
final
ysc String
final

Methods

getPlayerConfig() WatchPlayerConfig?
getPlayerResponse() PlayerResponse?
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 videoId) Future<WatchPage>