GenericIdData class abstract

Parent class for the Generic ID sides

Inheritance
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