ProfileModel constructor

ProfileModel({
  1. String? nationCode,
  2. String? id,
  3. String? fbId,
  4. String? appleId,
  5. String? googleId,
  6. String? bandbio,
  7. String? bandfnama,
  8. String? email,
  9. String? fnama,
  10. String? lnama,
  11. String? latitude,
  12. String? longitude,
  13. String? kelamin,
  14. String? bdate,
  15. String? cdate,
  16. String? adate,
  17. String? edate,
  18. String? telp,
  19. String? image,
  20. String? introTeks,
  21. String? bio,
  22. String? website,
  23. String? imageBanner,
  24. String? apiSocialId,
  25. String? fcmToken,
  26. String? device,
  27. String? isAgree,
  28. String? isConfirmed,
  29. String? isActive,
  30. String? telpIsVerif,
  31. String? apiMobileEdate,
  32. String? isResetPassword,
  33. DefaultAddress? defaultAddress,
  34. String? apisess,
  35. int? totalProduct,
  36. String? isChangedAddress,
  37. String? country,
  38. String? buserRecuiter,
  39. String? apisessExpired,
  40. String? spesialUser,
  41. String? language_id,
  42. String? kodeReferral,
  43. String? bKodeRecuiter,
  44. String? bNamaRecuiter,
  45. String? canInputReferral,
  46. String? isAdminVerif,
  47. String? isFollow,
  48. String? userWalletCode,
  49. String? isBlocked,
  50. String? total_community_post,
  51. String? total_follower,
  52. String? total_following,
  53. String? is_follow,
  54. String? can_input_referral,
  55. int? rotationImage,
})

Implementation

ProfileModel(
    {this.nationCode,
      this.id,
      this.fbId,
      this.appleId,
      this.googleId,
      this.bandbio,
      this.bandfnama,
      this.email,
      this.fnama,
      this.lnama,
      this.latitude,
      this.longitude,
      this.kelamin,
      this.bdate,
      this.cdate,
      this.adate,
      this.edate,
      this.telp,
      this.image,
      this.introTeks,
      this.bio,
      this.website,
      this.imageBanner,
      this.apiSocialId,
      this.fcmToken,
      this.device,
      this.isAgree,
      this.isConfirmed,
      this.isActive,
      this.telpIsVerif,
      this.apiMobileEdate,
      this.isResetPassword,
      this.defaultAddress,
      this.apisess,
      this.totalProduct,
      this.isChangedAddress,
      this.country,
      this.buserRecuiter,
      this.apisessExpired,
      this.spesialUser,
      this.language_id,
      this.kodeReferral,
      this.bKodeRecuiter,
      this.bNamaRecuiter,
      this.canInputReferral,
      this.isAdminVerif,
      this.isFollow,
      this.userWalletCode,
      this.isBlocked,
      this.total_community_post,
      this.total_follower,
      this.total_following,
      this.is_follow,
      this.can_input_referral,
      this.rotationImage,
    });