PersonDetails class

Data model for person details extracted from NFC document

Constructors

PersonDetails({String? name, String? surname, String? personalNumber, String? gender, String? dateOfBirth, String? dateOfExpiry, String? documentNumber, String? nationality, String? issuerAuthority, String? faceImageBase64, String? documentType, String? documentCountry, String? portraitImageBase64, String? signatureBase64, List<String>? fingerprintsBase64})
PersonDetails.fromMap(Map<String, dynamic> map)
factory

Properties

dateOfBirth String?
final
dateOfExpiry String?
final
documentCountry String?
final
documentNumber String?
final
documentType String?
final
faceImageBase64 String?
final
fingerprintsBase64 List<String>?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
issuerAuthority String?
final
name String?
final
nationality String?
final
personalNumber String?
final
portraitImageBase64 String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureBase64 String?
final
surname String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited