AiylResult constructor

AiylResult({
  1. String? selfie,
  2. String? documentFront,
  3. String? documentBack,
  4. String? idSeriesNumber,
  5. String? personalNumber,
  6. String? faceData,
  7. String? videoPath,
})

Implementation

AiylResult({
  this.selfie,
  this.documentFront,
  this.documentBack,
  this.idSeriesNumber,
  this.personalNumber,
  this.faceData,
  this.videoPath
});