BarcodeResult class
Represents the data extracted from the barcode.
Constructors
-
BarcodeResult.new(Map<
String, dynamic> nativeBarcodeResult) - Represents the data extracted from the barcode.
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
- addressDetailedInfo ↔ AddressDetailedInfo?
-
The details about the address of the document owner.
getter/setter pair
- barcodeData ↔ BarcodeData?
-
The raw, unparsed barcode data.
getter/setter pair
-
dateOfBirth
↔ DateResult<
String> ? -
The date of birth of the document owner.
getter/setter pair
-
dateOfExpiry
↔ DateResult<
String> ? -
The date of expiry of the document.
getter/setter pair
-
dateOfIssue
↔ DateResult<
String> ? -
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
↔ DriverLicenseDetailedInfo<
String> ? -
The driver license detailed info.
getter/setter pair
- employer ↔ String?
-
The employer of the document owner.
getter/setter pair
- extendedElements ↔ BarcodeExtendedElements?
-
Document specific extended elements that contain all barcode fields in their original form.
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
- 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 document owner.
getter/setter pair
- parsed ↔ bool?
-
Indicates whether the barcode was successfully parsed.
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 status 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