DocumentTypes constructor

DocumentTypes({
  1. bool? passport,
  2. bool? selfie,
  3. bool? videoSelfie,
  4. List<String>? drivingLicense,
  5. List<String>? nationalIdentityCard,
  6. List<String>? residencePermit,
  7. List<String>? bankStatement,
  8. List<String>? councilTaxBill,
  9. List<String>? utilityBill,
})

Implementation

DocumentTypes({
  this.passport,
  this.selfie,
  this.videoSelfie,
  this.drivingLicense,
  this.nationalIdentityCard,
  this.residencePermit,
  this.bankStatement,
  this.councilTaxBill,
  this.utilityBill,
});