SelphIdResult constructor
const
SelphIdResult(- {required SelphIDFinishStatus finishStatus,
- required SelphIDErrorType errorType,
- String? errorMessage,
- required int timeoutStatus,
- String? frontDocumentImage,
- String? backDocumentImage,
- String? faceImage,
- String? tokenFrontDocument,
- String? tokenBackDocument,
- String? tokenFaceImage,
- String? documentData,
- String? tokenOCR,
- String? documentCaptured,
- required double matchingSidesScore}
)
Implementation
const SelphIdResult({
required this.finishStatus,
required this.errorType,
this.errorMessage,
required this.timeoutStatus,
this.frontDocumentImage,
this.backDocumentImage,
this.faceImage,
this.tokenFrontDocument,
this.tokenBackDocument,
this.tokenFaceImage,
this.documentData,
this.tokenOCR,
this.documentCaptured,
required this.matchingSidesScore,
});