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
-
- Object
- BaseDocumentSide
- IdData
- BackIdData
Constructors
- BackIdData(Map dataMap)
Properties
- expirationDate ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- husband ↔ String?
-
getter/setter pair
- imageUrl ↔ String?
-
getter/setter pairinherited
- isExpired ↔ String?
-
getter/setter pair
- issueDate ↔ String?
-
getter/setter pair
- jobPlace ↔ String?
-
getter/setter pair
- jobTitle ↔ String?
-
getter/setter pair
- maritalStatus ↔ String?
-
getter/setter pair
- nationalId ↔ String?
-
getter/setter pairinherited
- religion ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sex ↔ String?
-
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