ChannelUploadPage class

Inheritance

Constructors

ChannelUploadPage.id(String channelId, VideoType type, _InitialData? initialData)
InitialData
ChannelUploadPage.parse(String raw, String channelId, VideoType type)

Properties

channelId String
final
hashCode int
The hash code for this object.
no setterinherited
initialData → _InitialData
latefinalinherited
initialDataBuilder → (_InitialData Function(JsonMap)?)
finalinherited
root → Document?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type VideoType
final
uploads List<ChannelVideo>
latefinal

Methods

nextPage(YoutubeHttpClient httpClient) Future<ChannelUploadPage?>
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 channelId, String sorting, VideoType type) Future<ChannelUploadPage>