IDFlowDocumentResult constructor

const IDFlowDocumentResult({
  1. String? pinfl,
  2. String? document,
  3. String? lastName,
  4. String? firstName,
  5. String? birthDate,
  6. String? expiryDate,
  7. String? countryCode,
  8. String? mrz,
})

Implementation

const IDFlowDocumentResult({
  this.pinfl,
  this.document,
  this.lastName,
  this.firstName,
  this.birthDate,
  this.expiryDate,
  this.countryCode,
  this.mrz,
});