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

Constructors

FrontIdData(Map dataMap)

Properties

address String?
read / write
addressDetails String?
read / write
birthdate String?
read / write
birthGovernorate String?
read / write
district String?
read / write
faceImageUrl String?
read / write
familyName String?
read / write
governorate String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
imageUrl String?
read / writeinherited
name String?
read / write
nationalId String?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serialNumber String?
read / write
street String?
read / write
subDistrict 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