DetectorType enum
Constructors
- DetectorType()
-
const
Values
- barcode → const DetectorType
- mc → const DetectorType
- mrz → const DetectorType
- ehic → const DetectorType
- document → const DetectorType
- payform → const DetectorType
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<
DetectorType> -
A constant List of the values in this enum, in order of their declaration.
[barcode, mc, mrz, ehic, document, payform]