BackIdData class

Data Model encapsulating the back ID data of the Egyptian ID

  • expirationDate expiration in the API response, expiration date of the ID
  • isExpired isExpired in the API response, True if the ID is expired and False if not expired
  • jobTitle job_title in the API response, representing the job title
  • jobPlace job_place in the API response, representing the job place
  • maritalStatus marital in the API response, marital status
  • husband Husband in the API response, husband name
  • religion religion in the API response, religion
  • sex sex in the API response, gender
  • issueDate issue_date in the API response, ID issue date
Inheritance

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