DocumentType enum
Constructors
- DocumentType()
-
const
Values
- Unknown → const DocumentType
- MRZ → const DocumentType
- DeIdCardFront → const DocumentType
- DeIdCardBack → const DocumentType
- DePassport → const DocumentType
- DeDriverLicenseFront → const DocumentType
- DeDriverLicenseBack → const DocumentType
- DeDriverLicenseBack_categories → const DocumentType
Properties
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.
[Unknown, MRZ, DeIdCardFront, DeIdCardBack, DePassport, DeDriverLicenseFront, DeDriverLicenseBack, DeDriverLicenseBack_categories]