DatosDNIe constructor
DatosDNIe(
- String nif,
- String nombreCompleto,
- String nombre,
- String apellido1,
- String apellido2,
- String firma,
- String imagen,
- String fechaNacimiento,
- String provinciaNacimiento,
- String municipioNacimiento,
- String nombrePadre,
- String nombreMadre,
- String fechaValidez,
- String emisor,
- String nacionalidad,
- String sexo,
- String direccion,
- String provinciaActual,
- String municipioActual,
- String numSoporte,
- DatosCertificado? certificadoAutenticacion,
- DatosCertificado? certificadoFirma,
- DatosCertificado? certificadoCA,
- bool integridadDocumento,
- String pemCertificadoFirmaSOD,
- DatosICAO? datosICAO,
- String can,
- 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);