User constructor

User({
  1. required int id,
  2. int? hasProfileImage,
  3. int? timelinePrivacy,
  4. String? nickName,
  5. String? displayName,
  6. String? dateOfBirth,
  7. int? avatar,
  8. int? gender,
  9. double? karma,
  10. bool? premium,
  11. int? enable2fa,
  12. bool? verifiedAccount,
  13. int? dateformat,
  14. String? defaultLang,
  15. String? friendListPrivacy,
  16. String? nameColor,
  17. String? fullName,
  18. String? location,
  19. String? timezone,
  20. int? bdayPrivacy,
  21. int? plurksCount,
  22. int? responseCount,
  23. int? pinnedPlurkId,
  24. int? backgroundId,
  25. bool? showAds,
  26. int? showLocation,
  27. bool? following,
  28. bool? settings,
  29. int? following_tl,
  30. int? following_im,
  31. int? profileViews,
  32. String? avatarSmall,
  33. String? avatarMedium,
  34. String? avatarBig,
  35. String? about,
  36. String? aboutRenderred,
  37. String? pageTitle,
  38. int? recruited,
  39. String? relationship,
  40. int? friendsCount,
  41. int? fansCount,
  42. String? joinDate,
  43. String? privacy,
  44. String? acceptPrivatePlurkFrom,
  45. bool? postAnonymousPlurk,
  46. List<String>? badges,
  47. bool? linkFacebook,
  48. bool? setupFacebookSync,
  49. bool? setupTwitterSync,
  50. bool? setupWeiboSync,
  51. Filter? filter,
  52. int? followingCount,
  53. Anniversary? anniversary,
  54. int? creature,
  55. String? creatureUrl,
  56. int? creatureSpecial,
  57. String? creatureSpecialUrl,
  58. String? email,
  59. bool? emailConfirmed,
  60. int? uid,
})

Implementation

User(
    {required this.id,
      this.hasProfileImage,
      this.timelinePrivacy,
      this.nickName,
      this.displayName,
      this.dateOfBirth,
      this.avatar,
      this.gender,
      this.karma,
      this.premium,
      this.enable2fa,
      this.verifiedAccount,
      this.dateformat,
      this.defaultLang,
      this.friendListPrivacy,
      this.nameColor,
      this.fullName,
      this.location,
      this.timezone,
      this.bdayPrivacy,
      this.plurksCount,
      this.responseCount,
      this.pinnedPlurkId,
      this.backgroundId,
      this.showAds,
      this.showLocation,
      this.following,
      this.settings,
      this.following_tl,
      this.following_im,
      this.profileViews,
      this.avatarSmall,
      this.avatarMedium,
      this.avatarBig,
      this.about,
      this.aboutRenderred,
      this.pageTitle,
      this.recruited,
      this.relationship,
      this.friendsCount,
      this.fansCount,
      this.joinDate,
      this.privacy,
      this.acceptPrivatePlurkFrom,
      this.postAnonymousPlurk,
      this.badges,
      this.linkFacebook,
      this.setupFacebookSync,
      this.setupTwitterSync,
      this.setupWeiboSync,
      this.filter,
      this.followingCount,
      this.anniversary,
      this.creature,
      this.creatureUrl,
      this.creatureSpecial,
      this.creatureSpecialUrl,
      this.email,
      this.emailConfirmed,
      this.uid});