SearchPage class

Inheritance

Constructors

SearchPage.id(String queryString, _InitialData initialData)
InitialData
SearchPage.parse(String raw, String queryString)

Properties

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

Methods

nextPage(YoutubeHttpClient httpClient) Future<SearchPage?>
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 queryString, {SearchFilter filter = const SearchFilter('')}) Future<SearchPage>