BarcodeResult class
Defines the data extracted from the barcode.
Constructors
-
BarcodeResult(Map<
String, dynamic> nativeBarcodeResult)
Properties
- additionalNameInformation ↔ String?
-
The additional name information of the document owner.
getter/setter pair
- address ↔ String?
-
The address of the document owner.
getter/setter pair
- barcodeType ↔ BarcodeType?
-
Type of the barcode scanned
getter/setter pair
- city ↔ String?
-
The city address portion 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
- driverLicenseDetailedInfo ↔ BarcodeDriverLicenseDetailedInfo?
-
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
- extendedElements ↔ BarcodeElements?
-
Document specific extended elements that contain all barcode fields in their original form. Currently this is only filled for AAMVACompliant documents.
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
- jurisdiction ↔ String?
-
The jurisdiction code address portion of the document owner.
getter/setter pair
- lastName ↔ String?
-
The last name of the document owner.
getter/setter pair
- maritalStatus ↔ String?
-
The marital status of the document owner.
getter/setter pair
- middleName ↔ String?
-
The middle name 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
- postalCode ↔ String?
-
The postal code address portion 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
- rawData ↔ String?
-
Byte array with result of the scan
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
- street ↔ String?
-
The street address portion of the document owner.
getter/setter pair
- stringData ↔ String?
-
Retrieves string content of scanned data
getter/setter pair
- uncertain ↔ bool?
-
Flag indicating uncertain scanning data
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