AgeVerificationState class
Constructors
- AgeVerificationState.new({AgeVerificationStep step = AgeVerificationStep.initial, String? sessionId, String? ageVerificationId, LivenessSession? livenessSession, Credentials? credentials, bool isLoading = false, String? error, bool shouldDismiss = false})
-
const
Properties
- ageVerificationId → String?
-
final
- credentials → Credentials?
-
final
- error → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInLoadingState → bool
-
no setter
- isLoading → bool
-
final
- livenessSession → LivenessSession?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String?
-
final
- shouldDismiss → bool
-
final
- step → AgeVerificationStep
-
final
Methods
-
copyWith(
{AgeVerificationStep? step, String? sessionId, String? ageVerificationId, LivenessSession? livenessSession, Credentials? credentials, bool? isLoading, String? error, bool? shouldDismiss}) → AgeVerificationState -
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