VizResult class

Represents the result of the Visual Inspection Zone of a document.

Constructors

VizResult(Map<String, dynamic> nativeVizResult)
Represents the result of the Visual Inspection Zone of a document.

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
additionalOptionalAddressInformation StringResult?
The one more additional address information of the document own
getter/setter pair
additionalPersonalIdNumber StringResult?
The additional personal identification number.
getter/setter pair
address StringResult?
The address of the document owner.
getter/setter pair
bloodType StringResult?
The blood type of the document owner.
getter/setter pair
certificateNumber StringResult?
The certificate number of the document owner.
getter/setter pair
countryCode StringResult?
The country code of the document owner.
getter/setter pair
dateOfBirth DateResult<StringResult>?
The date of birth of the document owner.
getter/setter pair
dateOfEntry DateResult<StringResult>?
The date of entry of the document owner.
getter/setter pair
dateOfExpiry DateResult<StringResult>?
The date of expiry of the document.
getter/setter pair
dateOfExpiryPermanent bool?
Determines if date of expiry is permanent.
getter/setter pair
dateOfIssue DateResult<StringResult>?
The date of issue of the document.
getter/setter pair
dependentsInfo List<DependentInfo>?
The dependents info.
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
documentSubtype StringResult?
The transcription of the document subtype.
getter/setter pair
driverLicenseDetailedInfo DriverLicenseDetailedInfo<StringResult>?
The driver license detailed info.
getter/setter pair
eligibilityCategory StringResult?
The eligibility category.
getter/setter pair
employer StringResult?
The employer of the document owner.
getter/setter pair
fathersName StringResult?
The fathers name of the document owner.
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
localityCode StringResult?
The locality code of the document owner.
getter/setter pair
localizedName StringResult?
The localized name of the document owner.
getter/setter pair
maidenName StringResult?
The maiden name of the document owner.
getter/setter pair
manufacturingYear StringResult?
The manufacturing year.
getter/setter pair
maritalStatus StringResult?
The marital status of the document owner.
getter/setter pair
mothersName StringResult?
The mothers name of the document owner.
getter/setter pair
municipalityCode StringResult?
The municipality code of the document owner.
getter/setter pair
municipalityOfRegistration StringResult?
The municipality of registration of the document owner.
getter/setter pair
nationalInsuranceNumber StringResult?
The national insurance number of the document owner.
getter/setter pair
nationality StringResult?
The nationality of the document 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
pollingStationCode StringResult?
The polling station code 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
registrationCenterCode StringResult?
The registration center code of the document owner.
getter/setter pair
religion StringResult?
The religion of the document owner.
getter/setter pair
remarks StringResult?
The remarks on the residence permit.
getter/setter pair
residencePermitType StringResult?
The residence permit type.
getter/setter pair
residentialStatus StringResult?
The residential status of the document owner.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionCode StringResult?
The section code of the document owner.
getter/setter pair
sex StringResult?
The sex of the document owner.
getter/setter pair
specificDocumentValidity StringResult?
The specific document validity.
getter/setter pair
The sponsor of the document owner.
getter/setter pair
stateCode StringResult?
The state code of the document owner.
getter/setter pair
stateName StringResult?
The state of the document owner.
getter/setter pair
vehicleOwner StringResult?
The vehicle owner.
getter/setter pair
vehicleType StringResult?
The vehicle type.
getter/setter pair
visaType StringResult?
The visa type of the document.
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