PlaylistResponse class

Annotations
  • @JsonSerializable()

Constructors

PlaylistResponse({required String id, required String userId, required String name, required String songCount, required String fanCount, required String followerCount, required String username, required String firstname, required String language, required String lastname, required String shares, required List<DownloadLink> image, required String url, required List<SongResponse> songs})
PlaylistResponse.fromJson(Map<String, dynamic> json)
factory

Properties

fanCount String
final
firstname String
final
followerCount String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
image List<DownloadLink>
final
language String
final
lastname String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shares String
final
songCount String
final
songs List<SongResponse>
final
url String
final
userId String
final
username String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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