GelatoDocumentReport constructor
      const
      GelatoDocumentReport({ 
    
- Address? address,
 - GelatoDataVerifiedOutputsDate? dob,
 - GelatoDocumentReportError? error,
 - GelatoDataVerifiedOutputsDate? expirationDate,
 - List<
String> ? files, - String? firstName,
 - GelatoDataVerifiedOutputsDate? issuedDate,
 - String? issuingCountry,
 - String? lastName,
 - String? number,
 - required GelatoDocumentReportStatus status,
 - GelatoDocumentReportType? type,
 
GelatoDocumentReport
Result from a document check
Implementation
const GelatoDocumentReport({
  this.address,
  this.dob,
  this.error,
  this.expirationDate,
  this.files,
  this.firstName,
  this.issuedDate,
  this.issuingCountry,
  this.lastName,
  this.number,
  required this.status,
  this.type,
});