FlutterBiometricKycJobResult constructor

FlutterBiometricKycJobResult({
  1. required FlutterActions actions,
  2. required String resultCode,
  3. required String resultText,
  4. required String resultType,
  5. required String smileJobId,
  6. required FlutterPartnerParams partnerParams,
  7. FlutterAntifraud? antifraud,
  8. String? dob,
  9. String? photoBase64,
  10. String? gender,
  11. String? idType,
  12. String? address,
  13. String? country,
  14. String? documentImageBase64,
  15. Map<String?, String?>? fullData,
  16. String? fullName,
  17. String? idNumber,
  18. String? phoneNumber,
  19. String? phoneNumber2,
  20. String? expirationDate,
  21. String? secondaryIdNumber,
  22. bool? idNumberPreviouslyRegistered,
  23. List<String?>? previousRegistrantsUserIds,
})

Implementation

FlutterBiometricKycJobResult({
  required this.actions,
  required this.resultCode,
  required this.resultText,
  required this.resultType,
  required this.smileJobId,
  required this.partnerParams,
  this.antifraud,
  this.dob,
  this.photoBase64,
  this.gender,
  this.idType,
  this.address,
  this.country,
  this.documentImageBase64,
  this.fullData,
  this.fullName,
  this.idNumber,
  this.phoneNumber,
  this.phoneNumber2,
  this.expirationDate,
  this.secondaryIdNumber,
  this.idNumberPreviouslyRegistered,
  this.previousRegistrantsUserIds,
});