YoutubePage<T extends InitialData> class abstract

Generic class to handle the various youtube pages.

Implementers

Constructors

YoutubePage(Document? root, T initialDataBuilder(JsonMap)?)
YoutubePage.fromInitialData(T? _defaultInitialData)

Properties

hashCode int
The hash code for this object.
no setterinherited
initialData → T
latefinal
initialDataBuilder → (T Function(JsonMap)?)
final
root → Document?
final
runtimeType Type
A representation of the runtime type of the object.
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