TracksMe class

Inheritance

Constructors

TracksMe(SpotifyApiBase api)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saved Pages<TrackSaved>
no setter

Methods

contains(List<String> ids) Future<List<bool>>
containsOne(String id) Future<bool>
containsTracks(List<String> ids) Future<Map<String, bool>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(List<String> ids) Future<void>
removeOne(String id) Future<void>
save(List<String> ids) Future<void>
saveOne(String id) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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