GenericIdFrontData class

Data Model encapsulating the front ID data of the Generic ID

  • additionalIdNumber additional_id_number in the API response, additional id number on the id
  • arabicName arabic_name in the API response, arabic name on the id
  • country country in the API response, country on the id
  • districtOfBirth district_of_birth in the API response, district of birth on the id
  • fullName full_name in the API response, full name on the id
  • idNumber id_number in the API response, id number on the id
  • identifier identifier in the API response, identifier on the id
  • issueDate issue_date in the API response, issue date on the id
Inheritance

Constructors

GenericIdFrontData(Map dataMap)

Properties

additionalIdNumber String?
read / write
arabicName String?
read / write
birthdate String?
read / writeinherited
country String?
read / write
districtOfBirth String?
read / write
documentNumber String?
read / writeinherited
expiration String?
read / writeinherited
firstName String?
read / writeinherited
fullName String?
read / write
gender String?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
identifier String?
read / write
idNumber String?
read / write
imageUrl String?
read / writeinherited
issueDate String?
read / write
lastName String?
read / writeinherited
nationality String?
read / writeinherited
placeOfIssue String?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serial String?
read / writeinherited

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