DatosDNIe class
Constructors
-
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) - DatosDNIe.fromJson(Map? json)
Properties
- apellido1 ↔ String
-
getter/setter pair
- apellido2 ↔ String
-
getter/setter pair
- can ↔ String
-
getter/setter pair
- certificadoAutenticacion ↔ DatosCertificado?
-
getter/setter pair
- certificadoCA ↔ DatosCertificado?
-
getter/setter pair
- certificadoFirma ↔ DatosCertificado?
-
getter/setter pair
- datosICAO ↔ DatosICAO?
-
getter/setter pair
- direccion ↔ String
-
getter/setter pair
- emisor ↔ String
-
getter/setter pair
-
erroresVerificacion
↔ List<
String> -
getter/setter pair
- fechaNacimiento ↔ String
-
getter/setter pair
- fechaValidez ↔ String
-
getter/setter pair
- firma ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagen ↔ String
-
getter/setter pair
- integridadDocumento ↔ bool
-
getter/setter pair
- municipioActual ↔ String
-
getter/setter pair
- municipioNacimiento ↔ String
-
getter/setter pair
- nacionalidad ↔ String
-
getter/setter pair
- nif ↔ String
-
getter/setter pair
- nombre ↔ String
-
getter/setter pair
- nombreCompleto ↔ String
-
getter/setter pair
- nombreMadre ↔ String
-
getter/setter pair
- nombrePadre ↔ String
-
getter/setter pair
- numSoporte ↔ String
-
getter/setter pair
- pemCertificadoFirmaSOD ↔ String
-
getter/setter pair
- provinciaActual ↔ String
-
getter/setter pair
- provinciaNacimiento ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sexo ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited