UserPlaylistPlaylist class

Available extensions
Annotations

Constructors

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

Properties

adType int?
getter/setter pair
anonimous bool?
getter/setter pair
artists ↔ dynamic
getter/setter pair
backgroundCoverId int?
getter/setter pair
backgroundCoverUrl String?
getter/setter pair
cloudTrackCount int?
getter/setter pair
commentThreadId String?
getter/setter pair
containsTracks bool?
getter/setter pair
copied bool?
getter/setter pair
coverImgId int?
getter/setter pair
coverimgidStr String?
getter/setter pair
coverImgUrl String?
getter/setter pair
createTime int?
getter/setter pair
creator UserPlaylistPlaylistCreator?
getter/setter pair
description String?
getter/setter pair
englishTitle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highQuality bool?
getter/setter pair
id int?
getter/setter pair
name String?
getter/setter pair
newImported bool?
getter/setter pair
opRecommend bool?
getter/setter pair
ordered bool?
getter/setter pair
playCount int?
getter/setter pair
privacy int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialType int?
getter/setter pair
status int?
getter/setter pair
subscribed bool?
getter/setter pair
subscribedCount int?
getter/setter pair
subscribers List?
getter/setter pair
tags List<String>?
getter/setter pair
titleImage String?
getter/setter pair
titleImageUrl String?
getter/setter pair
top bool?
getter/setter pair
totalDuration int?
getter/setter pair
trackCount int?
getter/setter pair
trackNumberUpdateTime int?
getter/setter pair
tracks ↔ dynamic
getter/setter pair
trackUpdateTime int?
getter/setter pair
updateFrequency ↔ dynamic
getter/setter pair
updateTime int?
getter/setter pair
userId int?
getter/setter pair

Methods

copyWith({List? subscribers, bool? subscribed, UserPlaylistPlaylistCreator? creator, dynamic artists, dynamic tracks, bool? top, dynamic updateFrequency, int? backgroundCoverId, String? backgroundCoverUrl, String? titleImage, String? titleImageUrl, String? englishTitle, bool? opRecommend, int? subscribedCount, int? cloudTrackCount, int? userId, int? totalDuration, int? coverImgId, int? privacy, int? trackUpdateTime, int? trackCount, int? updateTime, String? commentThreadId, String? coverImgUrl, int? specialType, bool? anonimous, int? createTime, bool? highQuality, bool? newImported, int? trackNumberUpdateTime, int? playCount, int? adType, String? description, List<String>? tags, bool? ordered, int? status, String? name, int? id, String? coverimgidStr, bool? copied, bool? containsTracks}) UserPlaylistPlaylist

Available on UserPlaylistPlaylist, provided by the UserPlaylistPlaylistExtension extension

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.
override

Operators

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