FrontIdData class
Data Model encapsulating the front ID data of the Egyptian ID
- name
name
in the API response, first name - familyName
family_name
in the API response, represents the second name to family name - address
address
in the API response, representing the full address - addressDetails
address_details
in the API response, representing the address details (house number, street name, ...) - street
street
in the API response, representing the street - subDistrict
subdistrict
in the API response, representing the subdistrict - district
district
in the API response, representing the district - governorate
governorate
in the API response, representing the governorate - serialNumber
serial
in the API response, represents the serial number of the ID - birthdate
birthdate
in the API response, the date of birth - faceImageUrl
face_image
in the API response, URL link to image - birthGovernorate
birth_gov
in the API response, the birth governorate of the ID owner
- Inheritance
-
- Object
- BaseDocumentSide
- IdData
- FrontIdData
Constructors
- FrontIdData(Map dataMap)
Properties
- address ↔ String?
-
getter/setter pair
- addressDetails ↔ String?
-
getter/setter pair
- birthdate ↔ String?
-
getter/setter pair
- birthGovernorate ↔ String?
-
getter/setter pair
- district ↔ String?
-
getter/setter pair
- faceImageUrl ↔ String?
-
getter/setter pair
- familyName ↔ String?
-
getter/setter pair
- governorate ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUrl ↔ String?
-
getter/setter pairinherited
- name ↔ String?
-
getter/setter pair
- nationalId ↔ String?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber ↔ String?
-
getter/setter pair
- street ↔ String?
-
getter/setter pair
- subDistrict ↔ 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