VerificationState constructor
VerificationState({
- 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,
Implementation
VerificationState({
this.currentStep = const VerificationStep.consent(),
this.shouldDismiss = false,
this.errorMessage,
this.showError = false,
this.branding,
this.currentEntityState,
this.nextStep,
this.pendingSessionId,
this.pendingEntityState,
this.pendingExtraData,
this.pendingRequirement,
this.isEstablishingSession = false,
this.canProceed = false,
});