DePassport class

German travel passport (Reisepass)

Inheritance

Constructors

DePassport(GenericDocument document)

Properties

birthDate ValidatedTextFieldWrapper
Birth date
getter/setter pair
birthplace TextFieldWrapper
Birthplace
getter/setter pair
countryCode TextFieldWrapper
Country code
getter/setter pair
document GenericDocument
getter/setter pairinherited
documentType DocumentType
no setteroverride
expiryDate ValidatedTextFieldWrapper
Expiry date
getter/setter pair
gender TextFieldWrapper
Gender
getter/setter pair
givenNames TextFieldWrapper
Given names
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id TextFieldWrapper
Document ID number (in the top-right corner)
getter/setter pair
issueDate ValidatedTextFieldWrapper
Issue date
getter/setter pair
issuingAuthority TextFieldWrapper
Issuing authority
getter/setter pair
maidenName TextFieldWrapper?
Maiden name
getter/setter pair
mrz MRZ
Contains the MRZ sub-document.
getter/setter pair
nationality TextFieldWrapper
Nationality
getter/setter pair
passportType TextFieldWrapper
Passport type
getter/setter pair
photo TextFieldWrapper
Photo image
getter/setter pair
rawMRZ TextFieldWrapper
Raw MRZ text value
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature TextFieldWrapper
Signature image
getter/setter pair
surname TextFieldWrapper
Surname
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

Constants

DOCUMENT_NORMALIZED_TYPE → const String
Normalized document type name of this document wrapper.
DOCUMENT_TYPE → const String
Generic document type name of this document wrapper.