FlutterDocumentVerificationJobResult constructor
FlutterDocumentVerificationJobResult({
- required FlutterActions actions,
- required String resultCode,
- required String resultText,
- required String smileJobId,
- required FlutterPartnerParams partnerParams,
- String? country,
- String? idType,
- String? idNumber,
- String? fullName,
- String? dob,
- String? gender,
- String? expirationDate,
- String? documentImageBase64,
- String? phoneNumber,
- String? phoneNumber2,
- String? address,
Implementation
FlutterDocumentVerificationJobResult({
required this.actions,
required this.resultCode,
required this.resultText,
required this.smileJobId,
required this.partnerParams,
this.country,
this.idType,
this.idNumber,
this.fullName,
this.dob,
this.gender,
this.expirationDate,
this.documentImageBase64,
this.phoneNumber,
this.phoneNumber2,
this.address,
});