SessionStatus constructor
SessionStatus({
- DateTime? dateTime,
- int? step,
- String? details,
- OcrData? ocr,
- OcrMrzValidation? validation,
- String? type,
- String? format,
- String? docNumber,
- String? firstName,
- String? lastName,
- String? birthDate,
- String? expiryDate,
- String? issueDate,
- String? countryCode,
- String? nationality,
- String? issuing,
- String? docCode,
- String? sex,
- String? optional,
- String? name,
- String? finalCheckValue,
- String? dateSexStr,
- String? line1,
- String? line2,
- String? line3,
- String? birthCheck,
- String? expCheck,
- String? numberCheck,
- String? finalCheck,
- 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,
});