DocumentType enum
Values
- BHR_ID → const DocumentType
- GENERIC_ID → const DocumentType
- KWT_ID → const DocumentType
- OMN_ID → const DocumentType
- PAK_ID → const DocumentType
- PASSPORT → const DocumentType
- SAU_ID → const DocumentType
- UAE_ID → const DocumentType
- UAE_DL → const DocumentType
- UAE_VISA → const DocumentType
- UAE_VL → const DocumentType
- QAT_ID → const DocumentType
- NLD_DL → const DocumentType
- DEU_ID → const DocumentType
- SDN_ID → const DocumentType
- SDN_DL → const DocumentType
- SDN_VL → const DocumentType
- GHA_ID → const DocumentType
- NGA_DL → const DocumentType
- NGA_VOTER_ID → const DocumentType
- NGA_NIN → const DocumentType
- GBR_DL → const DocumentType
- SAU_DL → const DocumentType
- ZAF_ID → const DocumentType
- ZAF_DL → const DocumentType
- EGY_ID → const DocumentType
- RWA_ID → const DocumentType
- KEN_ID → const DocumentType
- GHA_DL → const DocumentType
- GHA_VOTER_ID → const DocumentType
- GHA_SSNIT → const DocumentType
- UGA_ID → const DocumentType
- IND_ID → const DocumentType
- OMN_ID_NATIONAL → const DocumentType
- OMN_ID_RESIDENT → const DocumentType
- SEN_ID → const DocumentType
- UGA_VOTER_ID → const DocumentType
- DZA_ID → const DocumentType
- TUR_ID → const DocumentType
- GBR_ID → const DocumentType
- COD_DL → const DocumentType
- OMN_DL → const DocumentType
- OMN_VL → const DocumentType
- COD_VOTER_ID → const DocumentType
- USA_DL → const DocumentType
- QAT_DL → const DocumentType
- BHR_DL → const DocumentType
- PHL_DL → const DocumentType
- RSL_ID → const DocumentType
- SAU_ID_NATIONAL → const DocumentType
- SAU_ID_RESIDENT → const DocumentType
- IND_PAN → const DocumentType
- NGA_BVN → const DocumentType
- LBN_ID → const DocumentType
- LBN_DL → const DocumentType
- MRZ → const DocumentType
- IRQ_ID → const DocumentType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
DocumentType> - A constant List of the values in this enum, in order of their declaration.