FlutterDocumentVerificationJobResult constructor

FlutterDocumentVerificationJobResult({
  1. required FlutterActions actions,
  2. required String resultCode,
  3. required String resultText,
  4. required String smileJobId,
  5. required FlutterPartnerParams partnerParams,
  6. String? country,
  7. String? idType,
  8. String? idNumber,
  9. String? fullName,
  10. String? dob,
  11. String? gender,
  12. String? expirationDate,
  13. String? documentImageBase64,
  14. String? phoneNumber,
  15. String? phoneNumber2,
  16. 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,
});