VizResult class

Constructors

VizResult(Map<String, dynamic> nativeVizResult)

Properties

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