SoundcloudUser class abstract interface

Metadata about a SoundCloud user's profile.

This class cannot be instantiated or extended.

Implementers

Constructors

SoundcloudUser()

Properties

avatarUrl Uri?
The URL of this user's profile picture.
no setter
city String?
The city this user is associated with.
no setter
countryCode String?
The country this user is associated with.
no setter
firstName String?
This user's forename.
no setter
followersCount double
The number of accounts following this user.
no setter
fullName String?
This user's full name.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
A unique numeric identifier for this user.
no setter
isVerified bool
Whether or not this user is verified.
no setter
lastModified DateTime?
The date and time modifications were last made to this user.
no setter
lastName String?
This user's surname.
no setter
permalinkUrl Uri
The URL of this track.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
The username of this user's account.
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