toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"fcmToken": fcmToken,
"weight": weight,
"height": height,
"fatherName": fatherName,
"nationalCardFrontRejectionReason": nationalCardFrontRejectionReason,
"nationalCardBackRejectionReason": nationalCardBackRejectionReason,
"birthCertificateFirstRejectionReason": birthCertificateFirstRejectionReason,
"birthCertificateSecondRejectionReason": birthCertificateSecondRejectionReason,
"birthCertificateThirdRejectionReason": birthCertificateThirdRejectionReason,
"birthCertificateForthRejectionReason": birthCertificateForthRejectionReason,
"birthCertificateFifthRejectionReason": birthCertificateFifthRejectionReason,
"visualAuthenticationRejectionReason": visualAuthenticationRejectionReason,
"eSignatureRejectionReason": eSignatureRejectionReason,
"detail1": detail1,
"detail2": detail2,
};