VerificationFlowResponse constructor
VerificationFlowResponse({
- required VerificationCompletionStatus status,
- List<
VerificationStep> ? steps,
Implementation
VerificationFlowResponse({
required this.status,
this.steps,
});