SearchApi class

Constructors

SearchApi(Dio _dio)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blog(String query, {Order? sort, int? page, int? size}) Future<SearchEnvelope<Blog>>
book(String query, {Order? sort, int? page, int? size, BookTarget? target}) Future<SearchEnvelope<Book>>
cafe(String query, {Order? sort, int? page, int? size}) Future<SearchEnvelope<Cafe>>
image(String query, {Order? sort, int? page, int? size}) Future<SearchEnvelope<ImageResult>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tip(String query, {Order? sort, int? page, int? size}) Future<SearchEnvelope<Tip>>
toString() String
A string representation of this object.
inherited
vclip(String query, {Order? sort, int? page, int? size}) Future<SearchEnvelope<VClip>>
web(String query, {Order? sort, int? page, int? size}) Future<SearchEnvelope<WebResult>>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SearchApi
final