VerificationState class

Constructors

VerificationState.new({VerificationStep currentStep = const VerificationStep.consent(), bool shouldDismiss = false, String? errorMessage, bool showError = false, Branding? branding, IdDocumentState? currentEntityState, VerificationStep? nextStep, String? pendingSessionId, IdDocumentState? pendingEntityState, ExtraData? pendingExtraData, Requirement? pendingRequirement, bool isEstablishingSession = false, bool canProceed = false})

Properties

branding Branding?
final
canProceed bool
final
currentEntityState IdDocumentState?
final
currentStep VerificationStep
final
errorMessage String?
final
hashCode int
The hash code for this object.
no setterinherited
isEstablishingSession bool
final
nextStep VerificationStep?
final
pendingEntityState IdDocumentState?
final
pendingExtraData ExtraData?
final
pendingRequirement Requirement?
final
pendingSessionId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldDismiss bool
final
showError bool
final

Methods

copyWith({VerificationStep? currentStep, bool? shouldDismiss, String? errorMessage, bool? showError, Branding? branding, IdDocumentState? currentEntityState, VerificationStep? nextStep, String? pendingSessionId, IdDocumentState? pendingEntityState, ExtraData? pendingExtraData, Requirement? pendingRequirement, bool? isEstablishingSession, bool? canProceed}) VerificationState
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