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
-
- Object
- BaseDocumentSide
- GenericIdData
- GenericIdFrontData
Constructors
- GenericIdFrontData(Map dataMap)
Properties
- additionalIdNumber ↔ String?
-
getter/setter pair
- arabicName ↔ String?
-
getter/setter pair
- birthdate ↔ String?
-
getter/setter pairinherited
- country ↔ String?
-
getter/setter pair
- districtOfBirth ↔ String?
-
getter/setter pair
- documentNumber ↔ String?
-
getter/setter pairinherited
- expiration ↔ String?
-
getter/setter pairinherited
- firstName ↔ String?
-
getter/setter pairinherited
- fullName ↔ String?
-
getter/setter pair
- gender ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier ↔ String?
-
getter/setter pair
- idNumber ↔ String?
-
getter/setter pair
- imageUrl ↔ String?
-
getter/setter pairinherited
- issueDate ↔ String?
-
getter/setter pair
- lastName ↔ String?
-
getter/setter pairinherited
- nationality ↔ String?
-
getter/setter pairinherited
- placeOfIssue ↔ String?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serial ↔ String?
-
getter/setter pairinherited
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