GenericIdData class abstract
Parent class for the Generic ID sides
- birthdate
birthdate
in the API response - documentNumber
document_number
in the API response - expiration
expiration
in the API response, - firstName
first_name
in the API response, - lastName
last_name
in the API response, - gender
gender
in the API response, - imageUrl
image
in the API response, - nationality
nationality
in the API response, - placeOfIssue
place_of_issue
in the API response, - serial
serial
in the API response,
- Inheritance
-
- Object
- BaseDocumentSide
- GenericIdData
- Implementers
Constructors
- GenericIdData(Map dataMap)
Properties
- birthdate ↔ String?
-
getter/setter pair
- documentNumber ↔ String?
-
getter/setter pair
- expiration ↔ String?
-
getter/setter pair
- firstName ↔ String?
-
getter/setter pair
- gender ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUrl ↔ String?
-
getter/setter pair
- lastName ↔ String?
-
getter/setter pair
- nationality ↔ String?
-
getter/setter pair
- placeOfIssue ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serial ↔ 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