UUserJson constructor

UUserJson({
  1. String? fcmToken,
  2. double? weight,
  3. double? height,
  4. String? fatherName,
  5. String? nationalCardFrontRejectionReason,
  6. String? nationalCardBackRejectionReason,
  7. String? birthCertificateFirstRejectionReason,
  8. String? birthCertificateSecondRejectionReason,
  9. String? birthCertificateThirdRejectionReason,
  10. String? birthCertificateForthRejectionReason,
  11. String? birthCertificateFifthRejectionReason,
  12. String? visualAuthenticationRejectionReason,
  13. String? eSignatureRejectionReason,
  14. String? detail1,
  15. 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,
});