GenericIdBackData class
Data Model encapsulating the back ID data of the Generic ID
- address
address
in the API response, address on the id - addressHouse
address house
in the API response, address house on the id - addressArea
address_area
in the API response, address area on the id - addressCity
address_city
in the API response, address city on the id - addressLocation
address_location
in the API response, address location on the id - addressState
address_state
in the API response, address state on the id - profession
profession
in the API response, profession on the id
- Inheritance
-
- Object
- BaseDocumentSide
- GenericIdData
- GenericIdBackData
Constructors
- GenericIdBackData(Map dataMap)
Properties
- address ↔ String?
-
getter/setter pair
- addressArea ↔ String?
-
getter/setter pair
- addressCity ↔ String?
-
getter/setter pair
- addressHouse ↔ String?
-
getter/setter pair
- addressLocation ↔ String?
-
getter/setter pair
- addressState ↔ String?
-
getter/setter pair
- birthdate ↔ String?
-
getter/setter pairinherited
- documentNumber ↔ String?
-
getter/setter pairinherited
- expiration ↔ String?
-
getter/setter pairinherited
- firstName ↔ String?
-
getter/setter pairinherited
- gender ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUrl ↔ String?
-
getter/setter pairinherited
- lastName ↔ String?
-
getter/setter pairinherited
- nationality ↔ String?
-
getter/setter pairinherited
- placeOfIssue ↔ String?
-
getter/setter pairinherited
- profession ↔ String?
-
getter/setter pair
- 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