BlinkCardMatchLevel enum

Enumerates the possible match levels indicating the strictness of a check result. Higher is stricter.

Inheritance

Constructors

BlinkCardMatchLevel()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<BlinkCardMatchLevel>
A constant List of the values in this enum, in order of their declaration.