MrzResult class
MrzResult class.
Constructors
Properties
- birthDate ↔ String
-
Birth date.
getter/setter pair
- expiration ↔ String
-
Expiration date.
getter/setter pair
- gender ↔ String
-
Gender.
getter/setter pair
- givenName ↔ String
-
Given name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuingCountry ↔ String
-
Issuing country.
getter/setter pair
- nationality ↔ String
-
Nationality.
getter/setter pair
- passportNumber ↔ String
-
Passport number.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- surname ↔ String
-
Surname.
getter/setter pair
- type ↔ String
-
Document type.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited