GenericIdData class abstract
Parent class for the Generic ID sides
- birthdate
birthdatein the API response - documentNumber
document_numberin the API response - expiration
expirationin the API response, - firstName
first_namein the API response, - lastName
last_namein the API response, - gender
genderin the API response, - imageUrl
imagein the API response, - nationality
nationalityin the API response, - placeOfIssue
place_of_issuein the API response, - serial
serialin 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