DocumentType enum
Document type.
Values
- none → const DocumentType
- consularId → const DocumentType
- dl → const DocumentType
- dlPublicServicesCard → const DocumentType
- employmentPass → const DocumentType
- finCard → const DocumentType
- id → const DocumentType
- multipurposeId → const DocumentType
- myKad → const DocumentType
- myKid → const DocumentType
- myPR → const DocumentType
- myTentera → const DocumentType
- panCard → const DocumentType
- professionalId → const DocumentType
- publicServicesCard → const DocumentType
- residencePermit → const DocumentType
- residentId → const DocumentType
- temporaryResidencePermit → const DocumentType
- voterId → const DocumentType
- workPermit → const DocumentType
- iKad → const DocumentType
- militaryId → const DocumentType
- myKas → const DocumentType
- docialSecurityCard → const DocumentType
- healthInsuranceCard → const DocumentType
- passport → const DocumentType
- sPass → const DocumentType
- addressCard → const DocumentType
- alienId → const DocumentType
- alienPassport → const DocumentType
- greenCard → const DocumentType
- minorsId → const DocumentType
- postalId → const DocumentType
- professionalDl → const DocumentType
- taxId → const DocumentType
- weaponPermit → const DocumentType
- visa → const DocumentType
- borderCrossingCard → const DocumentType
- driverCard → const DocumentType
- globalEntryCard → const DocumentType
- mypolis → const DocumentType
- nexusCard → const DocumentType
- passportCard → const DocumentType
- proofOfAgeCard → const DocumentType
- refugeeId → const DocumentType
- tribalId → const DocumentType
- veteranId → const DocumentType
- citizenshipCertificate → const DocumentType
- myNumberCard → const DocumentType
- consularPassport → const DocumentType
- minorsPassport → const DocumentType
- minorsPublicServicesCard → const DocumentType
- drivingPriviligeCard → const DocumentType
- asylumRequest → const DocumentType
- driverQualificationCard → const DocumentType
- provisionalDl → const DocumentType
- refugeePassport → const DocumentType
- specialId → const DocumentType
- uniformedServicesId → const DocumentType
- immigrantVisa → const DocumentType
- consularVoterId → const DocumentType
- twicCard → const DocumentType
- exitEntryPermit → const DocumentType
- mainlandTravelPermitTaiwan → const DocumentType
- nbiClearance → const DocumentType
- proofOfRegistration → const DocumentType
- temporaryProtectionPermit → const DocumentType
- afghanCitizenCard → const DocumentType
- eId → const DocumentType
- pass → const DocumentType
- sisId → const DocumentType
- asicCard → const DocumentType
- bidoonCard → const DocumentType
- interimHealthInsuranceCard → const DocumentType
- nonVoterId → const DocumentType
- reciprocalHealthInsuranceCard → const DocumentType
- vehicleRegistration → const DocumentType
- esaadCard → const DocumentType
- registrationCertificate → const DocumentType
- medicalMarijuanaId → const DocumentType
- nonCardTribalId → const DocumentType
- diplomaticId → 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.