FlutterEnhancedDocumentVerificationJobStatusResponse constructor
FlutterEnhancedDocumentVerificationJobStatusResponse({
- required String timestamp,
- required bool jobComplete,
- required bool jobSuccess,
- required String code,
- FlutterEnhancedDocumentVerificationJobResult? result,
- String? resultString,
- List<
FlutterEnhancedDocumentVerificationJobResult?> ? history, - FlutterImageLinks? imageLinks,
Implementation
FlutterEnhancedDocumentVerificationJobStatusResponse({
required this.timestamp,
required this.jobComplete,
required this.jobSuccess,
required this.code,
this.result,
this.resultString,
this.history,
this.imageLinks,
});