GenericIdData class abstract

Parent class for the Generic ID sides

Inheritance
Implementers

Constructors

GenericIdData(Map dataMap)

Properties

birthdate String?
read / write
documentNumber String?
read / write
expiration String?
read / write
firstName String?
read / write
gender String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
imageUrl String?
read / write
lastName String?
read / write
nationality String?
read / write
placeOfIssue String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serial String?
read / write

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