BlinkCardMatchLevel enum
Enumerates the possible match levels indicating the strictness of a check result. Higher is stricter.
Values
- Disabled → const BlinkCardMatchLevel
-
Match level is disabled.
- Level1 → const BlinkCardMatchLevel
-
Match level one.
- Level2 → const BlinkCardMatchLevel
-
Match level two
- Level3 → const BlinkCardMatchLevel
-
Match level three
- Level4 → const BlinkCardMatchLevel
-
Match level four
- Level5 → const BlinkCardMatchLevel
-
Match level five
- Level6 → const BlinkCardMatchLevel
-
Match level six
- Level7 → const BlinkCardMatchLevel
-
Match level seven
- Level8 → const BlinkCardMatchLevel
-
Match level eight
- Level9 → const BlinkCardMatchLevel
-
Match level nine
- Level10 → const BlinkCardMatchLevel
-
Match level ten. Most strict match level
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<
BlinkCardMatchLevel> - A constant List of the values in this enum, in order of their declaration.