SearchEngine class abstract

Abstract base class for all search engines.

Implementers

Constructors

SearchEngine()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Source
The provider source this engine is for.
no setter

Methods

constructSearchQuery(Result result) Future<String>
Constructs a search query from any Result for ideal response from this Source.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchForTrack(String query, [int itemCount = 5]) Future<List<Result>>
Searches for tracks.
searchForTrackFromResult(Result result, [int itemCount = 5]) Future<List<Result>>
Searches for tracks from a Result. Usually more accurate than searchForTrack.
toString() String
A string representation of this object.
inherited

Operators

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