GelatoIdNumberReport constructor
      const
      GelatoIdNumberReport({ 
    
- GelatoDataVerifiedOutputsDate? dob,
 - GelatoIdNumberReportError? error,
 - String? firstName,
 - String? idNumber,
 - GelatoIdNumberReportIdNumberType? idNumberType,
 - String? lastName,
 - required GelatoDocumentReportStatus status,
 
GelatoIdNumberReport
Result from an id_number check
Implementation
const GelatoIdNumberReport({
  this.dob,
  this.error,
  this.firstName,
  this.idNumber,
  this.idNumberType,
  this.lastName,
  required this.status,
});