$WatchlistScreeningDocumentTypeMap top-level constant

Map<WatchlistScreeningDocumentType, String> const $WatchlistScreeningDocumentTypeMap

Implementation

const $WatchlistScreeningDocumentTypeMap = {
  WatchlistScreeningDocumentType.birthCertificate: 'birth_certificate',
  WatchlistScreeningDocumentType.driversLicense: 'drivers_license',
  WatchlistScreeningDocumentType.immigrationNumber: 'immigration_number',
  WatchlistScreeningDocumentType.militaryId: 'military_id',
  WatchlistScreeningDocumentType.other: 'other',
  WatchlistScreeningDocumentType.passport: 'passport',
  WatchlistScreeningDocumentType.personalIdentification:
      'personal_identification',
  WatchlistScreeningDocumentType.rationCard: 'ration_card',
  WatchlistScreeningDocumentType.ssn: 'ssn',
  WatchlistScreeningDocumentType.studentId: 'student_id',
  WatchlistScreeningDocumentType.taxId: 'tax_id',
  WatchlistScreeningDocumentType.travelDocument: 'travel_document',
  WatchlistScreeningDocumentType.voterId: 'voter_id'
};