MrzResult class

MrzResult class.

Constructors

MrzResult({String? type, String? nationality, String? surname, String? givenName, String? passportNumber, String? issuingCountry, String? birthDate, String? gender, String? expiration, String? lines})
MrzResult.fromJson(Map<String, dynamic> json)
factory

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
lines String?
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited