DocumentsModelRootType enum
Values
- MetadataType → const DocumentsModelRootType
-
const DocumentsModelRootType(Metadata.DOCUMENT_TYPE, Metadata.DOCUMENT_TYPE, Metadata.DOCUMENT_NORMALIZED_TYPE) - MRZType → const DocumentsModelRootType
-
const DocumentsModelRootType(MRZ.DOCUMENT_TYPE, MRZ.DOCUMENT_TYPE, MRZ.DOCUMENT_NORMALIZED_TYPE) - ParsedDeAddressType → const DocumentsModelRootType
-
const DocumentsModelRootType(ParsedDeAddress.DOCUMENT_TYPE, ParsedDeAddress.DOCUMENT_TYPE, ParsedDeAddress.DOCUMENT_NORMALIZED_TYPE) - DeIdCardFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(DeIdCardFront.DOCUMENT_TYPE, DeIdCardFront.DOCUMENT_TYPE, DeIdCardFront.DOCUMENT_NORMALIZED_TYPE) - DeIdCardBackType → const DocumentsModelRootType
-
const DocumentsModelRootType(DeIdCardBack.DOCUMENT_TYPE, DeIdCardBack.DOCUMENT_TYPE, DeIdCardBack.DOCUMENT_NORMALIZED_TYPE) - DePassportType → const DocumentsModelRootType
-
const DocumentsModelRootType(DePassport.DOCUMENT_TYPE, DePassport.DOCUMENT_TYPE, DePassport.DOCUMENT_NORMALIZED_TYPE) - EuropeanDriverLicenseFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(EuropeanDriverLicenseFront.DOCUMENT_TYPE, EuropeanDriverLicenseFront.DOCUMENT_TYPE, EuropeanDriverLicenseFront.DOCUMENT_NORMALIZED_TYPE) - EuropeanDriverLicenseBackType → const DocumentsModelRootType
-
const DocumentsModelRootType(EuropeanDriverLicenseBack.DOCUMENT_TYPE, EuropeanDriverLicenseBack.DOCUMENT_TYPE, EuropeanDriverLicenseBack.DOCUMENT_NORMALIZED_TYPE) - DeResidencePermitFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(DeResidencePermitFront.DOCUMENT_TYPE, DeResidencePermitFront.DOCUMENT_TYPE, DeResidencePermitFront.DOCUMENT_NORMALIZED_TYPE) - DeResidencePermitBackType → const DocumentsModelRootType
-
const DocumentsModelRootType(DeResidencePermitBack.DOCUMENT_TYPE, DeResidencePermitBack.DOCUMENT_TYPE, DeResidencePermitBack.DOCUMENT_NORMALIZED_TYPE) - EuropeanHealthInsuranceCardType → const DocumentsModelRootType
-
const DocumentsModelRootType(EuropeanHealthInsuranceCard.DOCUMENT_TYPE, EuropeanHealthInsuranceCard.DOCUMENT_TYPE, EuropeanHealthInsuranceCard.DOCUMENT_NORMALIZED_TYPE) - DeHealthInsuranceCardFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(DeHealthInsuranceCardFront.DOCUMENT_TYPE, DeHealthInsuranceCardFront.DOCUMENT_TYPE, DeHealthInsuranceCardFront.DOCUMENT_NORMALIZED_TYPE) - BrIdCardFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(BrIdCardFront.DOCUMENT_TYPE, BrIdCardFront.DOCUMENT_TYPE, BrIdCardFront.DOCUMENT_NORMALIZED_TYPE) - BrIdCardBackType → const DocumentsModelRootType
-
const DocumentsModelRootType(BrIdCardBack.DOCUMENT_TYPE, BrIdCardBack.DOCUMENT_TYPE, BrIdCardBack.DOCUMENT_NORMALIZED_TYPE) - BrIdCardFrontPhotoOnlyType → const DocumentsModelRootType
-
const DocumentsModelRootType(BrIdCardFrontPhotoOnly.DOCUMENT_TYPE, BrIdCardFrontPhotoOnly.DOCUMENT_TYPE, BrIdCardFrontPhotoOnly.DOCUMENT_NORMALIZED_TYPE) - CnEntryAndExitPermitBackType → const DocumentsModelRootType
-
const DocumentsModelRootType(CnEntryAndExitPermitBack.DOCUMENT_TYPE, CnEntryAndExitPermitBack.DOCUMENT_TYPE, CnEntryAndExitPermitBack.DOCUMENT_NORMALIZED_TYPE) - CnEntryAndExitPermitFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(CnEntryAndExitPermitFront.DOCUMENT_TYPE, CnEntryAndExitPermitFront.DOCUMENT_TYPE, CnEntryAndExitPermitFront.DOCUMENT_NORMALIZED_TYPE) - CnPermanentResidentCardFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(CnPermanentResidentCardFront.DOCUMENT_TYPE, CnPermanentResidentCardFront.DOCUMENT_TYPE, CnPermanentResidentCardFront.DOCUMENT_NORMALIZED_TYPE) - HkIdentityCardFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(HkIdentityCardFront.DOCUMENT_TYPE, HkIdentityCardFront.DOCUMENT_TYPE, HkIdentityCardFront.DOCUMENT_NORMALIZED_TYPE) - TwEntryAndExitPermitType → const DocumentsModelRootType
-
const DocumentsModelRootType(TwEntryAndExitPermit.DOCUMENT_TYPE, TwEntryAndExitPermit.DOCUMENT_TYPE, TwEntryAndExitPermit.DOCUMENT_NORMALIZED_TYPE) - MoIdentityCardBackType → const DocumentsModelRootType
-
const DocumentsModelRootType(MoIdentityCardBack.DOCUMENT_TYPE, MoIdentityCardBack.DOCUMENT_TYPE, MoIdentityCardBack.DOCUMENT_NORMALIZED_TYPE) - MoIdentityCardFrontType → const DocumentsModelRootType
-
const DocumentsModelRootType(MoIdentityCardFront.DOCUMENT_TYPE, MoIdentityCardFront.DOCUMENT_TYPE, MoIdentityCardFront.DOCUMENT_NORMALIZED_TYPE)
Properties
- fullName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - normalizedName → String
-
final
- 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<
DocumentsModelRootType> - A constant List of the values in this enum, in order of their declaration.