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

Constructors

GenericIdBackData(Map dataMap)

Properties

address String?
read / write
addressArea String?
read / write
addressCity String?
read / write
addressHouse String?
read / write
addressLocation String?
read / write
addressState String?
read / write
birthdate String?
read / writeinherited
documentNumber String?
read / writeinherited
expiration String?
read / writeinherited
firstName String?
read / writeinherited
gender String?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
imageUrl String?
read / writeinherited
lastName String?
read / writeinherited
nationality String?
read / writeinherited
placeOfIssue String?
read / writeinherited
profession String?
read / write
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