SessionStatus constructor

SessionStatus({
  1. DateTime? dateTime,
  2. int? step,
  3. String? details,
  4. OcrData? ocr,
  5. OcrMrzValidation? validation,
  6. String? type,
  7. String? format,
  8. String? docNumber,
  9. String? firstName,
  10. String? lastName,
  11. String? birthDate,
  12. String? expiryDate,
  13. String? issueDate,
  14. String? countryCode,
  15. String? nationality,
  16. String? issuing,
  17. String? docCode,
  18. String? sex,
  19. String? optional,
  20. String? name,
  21. String? finalCheckValue,
  22. String? dateSexStr,
  23. String? line1,
  24. String? line2,
  25. String? line3,
  26. String? birthCheck,
  27. String? expCheck,
  28. String? numberCheck,
  29. String? finalCheck,
  30. String? logDetails,
})

Implementation

SessionStatus({
  this.dateTime,
  this.step,
  this.details,
  this.ocr,
  this.validation,
  this.type,
  this.format,
  this.docNumber,
  this.firstName,
  this.lastName,
  this.birthDate,
  this.expiryDate,
  this.issueDate,
  this.countryCode,
  this.nationality,
  this.issuing,
  this.docCode,
  this.sex,
  this.optional,
  this.name,
  this.finalCheckValue,
  this.dateSexStr,
  this.line1,
  this.line2,
  this.line3,
  this.birthCheck,
  this.expCheck,
  this.numberCheck,
  this.finalCheck,
  this.logDetails,
});