SoundcloudClient class

Interacts with SoundCloud's internal API to satisfy user queries.

Constructors

SoundcloudClient({Client? httpClient})
Creates a new SoundcloudClient with an optional httpClient.

Properties

hashCode int
The hash code for this object.
no setterinherited
playlists PlaylistClient
Resolve playlists and the tracks they contain.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Search for users, tracks, playlists, or albums.
no setter
tracks TrackClient
Resolve tracks and their streams, and download them.
no setter
users UserClient
Resolve users and the tracks, playlists, or albums they have published.
no setter

Methods

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