copyWith method

RecommendSongDataDailySongs copyWith({
  1. String? name,
  2. int? id,
  3. int? pst,
  4. int? t,
  5. List<RecommendSongDataDailySongsAr>? ar,
  6. List? alia,
  7. double? pop,
  8. int? st,
  9. String? rt,
  10. int? fee,
  11. int? v,
  12. dynamic crbt,
  13. String? cf,
  14. RecommendSongDataDailySongsAl? al,
  15. int? dt,
  16. RecommendSongDataDailySongsH? h,
  17. RecommendSongDataDailySongsM? m,
  18. RecommendSongDataDailySongsL? l,
  19. RecommendSongDataDailySongsSq? sq,
  20. RecommendSongDataDailySongsHr? hr,
  21. dynamic a,
  22. String? cd,
  23. int? no,
  24. dynamic rtUrl,
  25. int? ftype,
  26. List? rtUrls,
  27. int? djId,
  28. int? copyright,
  29. int? sId,
  30. int? mark,
  31. int? originCoverType,
  32. dynamic originSongSimpleData,
  33. dynamic tagPicList,
  34. bool? resourceState,
  35. int? version,
  36. dynamic songJumpInfo,
  37. dynamic entertainmentTags,
  38. int? single,
  39. dynamic noCopyrightRcmd,
  40. int? rtype,
  41. dynamic rurl,
  42. int? cp,
  43. int? mv,
  44. int? mst,
  45. int? publishTime,
  46. String? reason,
  47. String? recommendReason,
  48. RecommendSongDataDailySongsPrivilege? privilege,
  49. String? alg,
  50. List<String>? tns,
})

Implementation

RecommendSongDataDailySongs copyWith({
  String? name,
  int? id,
  int? pst,
  int? t,
  List<RecommendSongDataDailySongsAr>? ar,
  List<dynamic>? alia,
  double? pop,
  int? st,
  String? rt,
  int? fee,
  int? v,
  dynamic crbt,
  String? cf,
  RecommendSongDataDailySongsAl? al,
  int? dt,
  RecommendSongDataDailySongsH? h,
  RecommendSongDataDailySongsM? m,
  RecommendSongDataDailySongsL? l,
  RecommendSongDataDailySongsSq? sq,
  RecommendSongDataDailySongsHr? hr,
  dynamic a,
  String? cd,
  int? no,
  dynamic rtUrl,
  int? ftype,
  List<dynamic>? rtUrls,
  int? djId,
  int? copyright,
  int? sId,
  int? mark,
  int? originCoverType,
  dynamic originSongSimpleData,
  dynamic tagPicList,
  bool? resourceState,
  int? version,
  dynamic songJumpInfo,
  dynamic entertainmentTags,
  int? single,
  dynamic noCopyrightRcmd,
  int? rtype,
  dynamic rurl,
  int? cp,
  int? mv,
  int? mst,
  int? publishTime,
  String? reason,
  String? recommendReason,
  RecommendSongDataDailySongsPrivilege? privilege,
  String? alg,
  List<String>? tns,
}) {
  return RecommendSongDataDailySongs()
    ..name = name ?? this.name
    ..id = id ?? this.id
    ..pst = pst ?? this.pst
    ..t = t ?? this.t
    ..ar = ar ?? this.ar
    ..alia = alia ?? this.alia
    ..pop = pop ?? this.pop
    ..st = st ?? this.st
    ..rt = rt ?? this.rt
    ..fee = fee ?? this.fee
    ..v = v ?? this.v
    ..crbt = crbt ?? this.crbt
    ..cf = cf ?? this.cf
    ..al = al ?? this.al
    ..dt = dt ?? this.dt
    ..h = h ?? this.h
    ..m = m ?? this.m
    ..l = l ?? this.l
    ..sq = sq ?? this.sq
    ..hr = hr ?? this.hr
    ..a = a ?? this.a
    ..cd = cd ?? this.cd
    ..no = no ?? this.no
    ..rtUrl = rtUrl ?? this.rtUrl
    ..ftype = ftype ?? this.ftype
    ..rtUrls = rtUrls ?? this.rtUrls
    ..djId = djId ?? this.djId
    ..copyright = copyright ?? this.copyright
    ..sId = sId ?? this.sId
    ..mark = mark ?? this.mark
    ..originCoverType = originCoverType ?? this.originCoverType
    ..originSongSimpleData = originSongSimpleData ?? this.originSongSimpleData
    ..tagPicList = tagPicList ?? this.tagPicList
    ..resourceState = resourceState ?? this.resourceState
    ..version = version ?? this.version
    ..songJumpInfo = songJumpInfo ?? this.songJumpInfo
    ..entertainmentTags = entertainmentTags ?? this.entertainmentTags
    ..single = single ?? this.single
    ..noCopyrightRcmd = noCopyrightRcmd ?? this.noCopyrightRcmd
    ..rtype = rtype ?? this.rtype
    ..rurl = rurl ?? this.rurl
    ..cp = cp ?? this.cp
    ..mv = mv ?? this.mv
    ..mst = mst ?? this.mst
    ..publishTime = publishTime ?? this.publishTime
    ..reason = reason ?? this.reason
    ..recommendReason = recommendReason ?? this.recommendReason
    ..privilege = privilege ?? this.privilege
    ..alg = alg ?? this.alg
    ..tns = tns ?? this.tns;
}