CreatePlaylistPlaylist class

Available extensions
Annotations

Constructors

CreatePlaylistPlaylist.new()
CreatePlaylistPlaylist.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 ↔ dynamic
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 ↔ dynamic
getter/setter pair
description ↔ dynamic
getter/setter pair
englishTitle ↔ dynamic
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
recommendInfo ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedUsers ↔ dynamic
getter/setter pair
shareStatus ↔ dynamic
getter/setter pair
specialType int?
getter/setter pair
status int?
getter/setter pair
subscribed ↔ dynamic
getter/setter pair
subscribedCount int?
getter/setter pair
subscribers List?
getter/setter pair
tags List?
getter/setter pair
titleImage int?
getter/setter pair
titleImageUrl ↔ dynamic
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, dynamic subscribed, dynamic creator, dynamic artists, dynamic tracks, bool? top, dynamic updateFrequency, int? backgroundCoverId, dynamic backgroundCoverUrl, int? titleImage, dynamic titleImageUrl, dynamic englishTitle, bool? opRecommend, dynamic recommendInfo, 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, dynamic description, List? tags, bool? ordered, int? status, String? name, int? id, String? coverimgidStr, dynamic sharedUsers, dynamic shareStatus, bool? copied, bool? containsTracks}) CreatePlaylistPlaylist

Available on CreatePlaylistPlaylist, provided by the CreatePlaylistPlaylistExtension 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