UserPublic class

Json representation of a publicly displayed user

Implementers
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

UserPublic()
UserPublic.fromJson(Map<String, dynamic> json)
factory

Properties

displayName String?
The name displayed on the user's profile. null if not available.
getter/setter pair
followers Followers?
Information about the followers of this user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href String?
A link to the Web API endpoint for this user.
getter/setter pair
id String?
The Spotify user ID for this user.
getter/setter pair
images List<Image>?
The user's profile image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The object type: "user"
getter/setter pair
uri String?
The Spotify URI for this user.
getter/setter pair

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