BackIdData class
Data Model encapsulating the back ID data of the Egyptian ID
- expirationDate expirationin the API response, expiration date of the ID
- isExpired isExpiredin the API response, True if the ID is expired and False if not expired
- jobTitle job_titlein the API response, representing the job title
- jobPlace job_placein the API response, representing the job place
- maritalStatus maritalin the API response, marital status
- husband Husbandin the API response, husband name
- religion religionin the API response, religion
- sex sexin the API response, gender
- issueDate issue_datein the API response, ID issue date
- Inheritance
- 
    - Object
- BaseDocumentSide
- IdData
- BackIdData
 
Constructors
- BackIdData(Map dataMap)
Properties
- expirationDate ↔ String?
- 
  
  read / write
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- husband ↔ String?
- 
  
  read / write
- imageUrl ↔ String?
- 
  
  read / writeinherited
- isExpired ↔ String?
- 
  
  read / write
- issueDate ↔ String?
- 
  
  read / write
- jobPlace ↔ String?
- 
  
  read / write
- jobTitle ↔ String?
- 
  
  read / write
- maritalStatus ↔ String?
- 
  
  read / write
- nationalId ↔ String?
- 
  
  read / writeinherited
- religion ↔ String?
- 
  
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- sex ↔ 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