MyIdReaderResult constructor

MyIdReaderResult({
  1. String? selfie,
  2. String? documentFace,
  3. String? documentFront,
  4. String? documentBack,
  5. String? pinfl,
  6. String? document,
  7. String? firstName,
  8. String? lastName,
  9. String? expiryDate,
  10. String? birthDate,
  11. String? mrz,
})

Implementation

MyIdReaderResult({
  this.selfie,
  this.documentFace,
  this.documentFront,
  this.documentBack,
  this.pinfl,
  this.document,
  this.firstName,
  this.lastName,
  this.expiryDate,
  this.birthDate,
  this.mrz,
});