GenericIdData class abstract
Parent class for the Generic ID sides
- birthdate birthdatein the API response
- documentNumber document_numberin the API response
- expiration expirationin the API response,
- firstName first_namein the API response,
- lastName last_namein the API response,
- gender genderin the API response,
- imageUrl imagein the API response,
- nationality nationalityin the API response,
- placeOfIssue place_of_issuein the API response,
- serial serialin the API response,
- Inheritance
- 
    - Object
- BaseDocumentSide
- GenericIdData
 
- Implementers
Constructors
- GenericIdData(Map dataMap)
Properties
- birthdate ↔ String?
- 
  
  read / write
- documentNumber ↔ String?
- 
  
  read / write
- expiration ↔ 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
- lastName ↔ String?
- 
  
  read / write
- nationality ↔ String?
- 
  
  read / write
- placeOfIssue ↔ 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