RecommendationsEndpoint class

Inheritance

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

get({Iterable<String>? seedArtists, Iterable<String>? seedGenres, Iterable<String>? seedTracks, int limit = 20, Market? market, Map<String, num>? max, Map<String, num>? min, Map<String, num>? target}) Future<Recommendations>
Generates a list of size limit of tracks based on seedArtists, seedGenres, seedTracks spotify IDs min max and target sets Tunable Track attributes limitations (see https://developer.spotify.com/documentation/web-api/reference/browse/get-recommendations/)
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