DatosDNIe constructor

DatosDNIe(
  1. String nif,
  2. String nombreCompleto,
  3. String nombre,
  4. String apellido1,
  5. String apellido2,
  6. String firma,
  7. String imagen,
  8. String fechaNacimiento,
  9. String provinciaNacimiento,
  10. String municipioNacimiento,
  11. String nombrePadre,
  12. String nombreMadre,
  13. String fechaValidez,
  14. String emisor,
  15. String nacionalidad,
  16. String sexo,
  17. String direccion,
  18. String provinciaActual,
  19. String municipioActual,
  20. String numSoporte,
  21. DatosCertificado? certificadoAutenticacion,
  22. DatosCertificado? certificadoFirma,
  23. DatosCertificado? certificadoCA,
  24. bool integridadDocumento,
  25. String pemCertificadoFirmaSOD,
  26. DatosICAO? datosICAO,
  27. String can,
  28. List<String> erroresVerificacion,
)

Implementation

DatosDNIe(this.nif, this.nombreCompleto, this.nombre, this.apellido1, this.apellido2, this.firma, this.imagen, this.fechaNacimiento, this.provinciaNacimiento,
 this.municipioNacimiento, this.nombrePadre, this.nombreMadre, this.fechaValidez, this.emisor, this.nacionalidad, this.sexo, this.direccion, this.provinciaActual,
 this.municipioActual, this.numSoporte, this.certificadoAutenticacion, this.certificadoFirma, this.certificadoCA, this.integridadDocumento, this.pemCertificadoFirmaSOD,
 this.datosICAO, this.can, this.erroresVerificacion);