UUserJson constructor
UUserJson({
- String? fcmToken,
- double? weight,
- double? height,
- String? fatherName,
- String? nationalCardFrontRejectionReason,
- String? nationalCardBackRejectionReason,
- String? birthCertificateFirstRejectionReason,
- String? birthCertificateSecondRejectionReason,
- String? birthCertificateThirdRejectionReason,
- String? birthCertificateForthRejectionReason,
- String? birthCertificateFifthRejectionReason,
- String? visualAuthenticationRejectionReason,
- String? eSignatureRejectionReason,
- String? detail1,
- String? detail2,
Implementation
UUserJson({
this.fcmToken,
this.weight,
this.height,
this.fatherName,
this.nationalCardFrontRejectionReason,
this.nationalCardBackRejectionReason,
this.birthCertificateFirstRejectionReason,
this.birthCertificateSecondRejectionReason,
this.birthCertificateThirdRejectionReason,
this.birthCertificateForthRejectionReason,
this.birthCertificateFifthRejectionReason,
this.visualAuthenticationRejectionReason,
this.eSignatureRejectionReason,
this.detail1,
this.detail2,
});