LivenessPrompt class

Class representing the liveness prompt that the user encounters.

Constructors

LivenessPrompt({required LivenessPromptType prompt, bool? success})
LivenessPrompt.fromMap(Map<String, dynamic> json)
Creates an instance of LivenessPrompt from a json response.

Properties

hashCode int
The hash code for this object.
no setterinherited
prompt LivenessPromptType
The liveness prompt type
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool?
Boolean indicate if the user successfully completed the prompt.
getter/setter pair

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