TrackClient class

Scrapes metadata about SoundCloud tracks.

Constructors

TrackClient.new(Client httpClient, SoundcloudController controller)
Creates a new TrackClient that uses the provided httpClient and controller.

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(int trackId) Future<Track>
Gets the Track with the specified trackId.
getByUrl(String url) Future<Track>
Gets the Track associated with the provided url.
getStreams(int trackId) Future<List<StreamInfo>>
Gets a list of streams for the track with the specified trackId.
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