VerificationResponse class
Represents the response received after fingerprint verification.
Constructors
- VerificationResponse({required bool verified, required String confidence, required String visitorId})
- Creates a new VerificationResponse instance.
Properties
- confidence → String
-
The confidence level of the verification.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verified → bool
-
Indicates whether the fingerprint verification was successful.
final
- visitorId → String
-
The unique identifier of the verified visitor.
final
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