VizResult class

Constructors

VizResult(Map<String, dynamic> nativeVizResult)

Properties

additionalAddressInformation String?
The additional address information of the document owner.
getter/setter pair
additionalNameInformation String?
The additional name information of the document owner.
getter/setter pair
additionalPersonalIdNumber String?
The additional personal identification number.
getter/setter pair
address String?
The address of the document owner.
getter/setter pair
dateOfBirth Date?
The date of birth of the document owner.
getter/setter pair
dateOfExpiry Date?
The date of expiry of the document.
getter/setter pair
dateOfIssue Date?
The date of issue of the document.
getter/setter pair
documentAdditionalNumber String?
The additional number of the document.
getter/setter pair
documentNumber String?
The document number.
getter/setter pair
documentOptionalAdditionalNumber String?
The one more additional number of the document.
getter/setter pair
driverLicenseDetailedInfo DriverLicenseDetailedInfo?
The driver license detailed info.
getter/setter pair
employer String?
The employer of the document owner.
getter/setter pair
empty bool?
Flag that indicates if barcode result is empty
getter/setter pair
firstName String?
The first name of the document owner.
getter/setter pair
fullName String?
The full name of the document owner.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuingAuthority String?
The issuing authority of the document.
getter/setter pair
lastName String?
The last name of the document owner.
getter/setter pair
localizedName String?
The localized name of the document owner.
getter/setter pair
maritalStatus String?
The marital status of the document owner.
getter/setter pair
nationality String?
The nationality of the documet owner.
getter/setter pair
personalIdNumber String?
The personal identification number.
getter/setter pair
placeOfBirth String?
The place of birth of the document owner.
getter/setter pair
profession String?
The profession of the document owner.
getter/setter pair
race String?
The race of the document owner.
getter/setter pair
religion String?
The religion of the document owner.
getter/setter pair
residentialStatus String?
The residential stauts of the document owner.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex String?
The sex of the document owner.
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