UUserUpdateParams constructor
UUserUpdateParams({
- required String id,
- String? password,
- String? landLine,
- String? firstName,
- String? lastName,
- String? nationalCode,
- String? userName,
- String? phoneNumber,
- String? email,
- String? bio,
- DateTime? birthdate,
- String? fcmToken,
- String? fatherName,
- double? weight,
- double? height,
- List<
String> ? categories, - List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - String? nationalCardFront,
- String? nationalCardBack,
- String? birthCertificateFirst,
- String? birthCertificateSecond,
- String? birthCertificateThird,
- String? birthCertificateForth,
- String? birthCertificateFifth,
- String? visualAuthentication,
- String? eSignature,
- String? nationalCardFrontRejectionReason,
- String? nationalCardBackRejectionReason,
- String? birthCertificateFirstRejectionReason,
- String? birthCertificateSecondRejectionReason,
- String? birthCertificateThirdRejectionReason,
- String? birthCertificateForthRejectionReason,
- String? birthCertificateFifthRejectionReason,
- String? visualAuthenticationRejectionReason,
- String? eSignatureRejectionReason,
- String? detail1,
- String? detail2,
- List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - 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,
});