PlaylistGetResponse constructor

PlaylistGetResponse({
  1. int? playListId,
  2. String? userId,
  3. String? userName,
  4. String? name,
  5. String? imageFile,
  6. int? count,
  7. TimeOfDay? timeOfDay,
  8. String? duration,
  9. bool? download,
  10. double? rating,
  11. DateTime? createDate,
  12. DateTime? changeDate,
  13. PlaylistArchivePlaylist? archivePlaylist,
  14. List<PlaylistGetCompany>? companyTypePlaylists = const [],
  15. List<PlaylistGetGenre>? genrePlaylists = const [],
  16. List<TrackPublishedGetResponse>? trackPlayLists = const [],
})

Returns a new PlaylistGetResponse instance.

Implementation

PlaylistGetResponse({
  this.playListId,
  this.userId,
  this.userName,
  this.name,
  this.imageFile,
  this.count,
  this.timeOfDay,
  this.duration,
  this.download,
  this.rating,
  this.createDate,
  this.changeDate,
  this.archivePlaylist,
  this.companyTypePlaylists = const [],
  this.genrePlaylists = const [],
  this.trackPlayLists = const [],
});