PassportData class
Data model encapsulating the Passport data
- country Countryin the API response, Country
- birthPlace Place_of_Birthin the API response, Birth place
- issuePlace Place_of_Issuein the API response, code of the issuance place of the passport
- birthdate birthdatein the API response, birthdate written in the passport
- documentAdditionalNumber documentAdditionalNumberin the API response, document additional number
- expirationDate expirationin the API response, expiration date of the passport
- firstName first_namein the API response, first name in the passport
- gender genderin the API response, gender in the passport
- imageUrl imagein the API response, cropped image of the passport
- isoNumericCountryCode isoNumericCountryCodein the API response, iso country code
- issueDate issue_datein the API response, the issue date of the passport
- lastName last_namein the API response, last name in the passport
- nationality nationalityin the API response, nationality in the passport
- serial serialin the API response, passport serial number
- address addressin the API response, passport address
- Inheritance
- 
    - Object
- BaseDocumentSide
- PassportData
 
Constructors
- PassportData(Map dataMap)
Properties
- address ↔ String?
- 
  
  read / write
- birthdate ↔ String?
- 
  
  read / write
- birthPlace ↔ String?
- 
  
  read / write
- country ↔ String?
- 
  
  read / write
- documentAdditionalNumber ↔ String?
- 
  
  read / write
- expirationDate ↔ String?
- 
  
  read / write
- firstName ↔ String?
- 
  
  read / write
- gender ↔ String?
- 
  
  read / write
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- imageUrl ↔ String?
- 
  
  read / write
- isoNumericCountryCode ↔ String?
- 
  
  read / write
- issueDate ↔ String?
- 
  
  read / write
- issuePlace ↔ String?
- 
  
  read / write
- lastName ↔ String?
- 
  
  read / write
- nationality ↔ String?
- 
  
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- serial ↔ String?
- 
  
  read / write
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