Tracks class

Endpoint of tracks v1/tracks

Inheritance

Constructors

Tracks(SpotifyApiBase api)

Properties

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

Methods

get(String trackId) Future<Track>
list(List<String> trackIds) Future<Iterable<Track>>
listInBatches(Iterable<String> trackIds, [int batchSize = 50]) Stream<Iterable<Track>>
queries track batches of size queryLimit from trackIds and yields Track object Iterables
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tracksStream(Iterable<String> trackIds, [int queryLimit = 50]) Stream<Track>
queries track batches of size queryLimit from trackIds and yields the Track objects

Operators

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