UUserUpdateParams constructor

UUserUpdateParams({
  1. required String id,
  2. String? password,
  3. String? landLine,
  4. String? firstName,
  5. String? lastName,
  6. String? nationalCode,
  7. String? userName,
  8. String? phoneNumber,
  9. String? email,
  10. String? bio,
  11. DateTime? birthdate,
  12. String? fcmToken,
  13. String? fatherName,
  14. double? weight,
  15. double? height,
  16. List<String>? categories,
  17. List<int>? addTags,
  18. List<int>? removeTags,
  19. List<int>? tags,
  20. String? nationalCardFront,
  21. String? nationalCardBack,
  22. String? birthCertificateFirst,
  23. String? birthCertificateSecond,
  24. String? birthCertificateThird,
  25. String? birthCertificateForth,
  26. String? birthCertificateFifth,
  27. String? visualAuthentication,
  28. String? eSignature,
  29. String? nationalCardFrontRejectionReason,
  30. String? nationalCardBackRejectionReason,
  31. String? birthCertificateFirstRejectionReason,
  32. String? birthCertificateSecondRejectionReason,
  33. String? birthCertificateThirdRejectionReason,
  34. String? birthCertificateForthRejectionReason,
  35. String? birthCertificateFifthRejectionReason,
  36. String? visualAuthenticationRejectionReason,
  37. String? eSignatureRejectionReason,
  38. String? detail1,
  39. String? detail2,
  40. List<String>? adminUserIds,
  41. List<String>? addAdminUserIds,
  42. List<String>? removeAdminUserIds,
})

Implementation

UUserUpdateParams({
  required this.id,
  this.password,
  this.landLine,
  this.firstName,
  this.lastName,
  this.nationalCode,
  this.userName,
  this.phoneNumber,
  this.email,
  this.bio,
  this.birthdate,
  this.fcmToken,
  this.fatherName,
  this.weight,
  this.height,
  this.categories,
  this.addTags,
  this.removeTags,
  this.tags,
  this.nationalCardFront,
  this.nationalCardBack,
  this.birthCertificateFirst,
  this.birthCertificateSecond,
  this.birthCertificateThird,
  this.birthCertificateForth,
  this.birthCertificateFifth,
  this.visualAuthentication,
  this.eSignature,
  this.nationalCardFrontRejectionReason,
  this.nationalCardBackRejectionReason,
  this.birthCertificateFirstRejectionReason,
  this.birthCertificateSecondRejectionReason,
  this.birthCertificateThirdRejectionReason,
  this.birthCertificateForthRejectionReason,
  this.birthCertificateFifthRejectionReason,
  this.visualAuthenticationRejectionReason,
  this.eSignatureRejectionReason,
  this.detail1,
  this.detail2,
  this.adminUserIds,
  this.addAdminUserIds,
  this.removeAdminUserIds,
});