$DocumentDateOfBirthMatchCodeMap top-level constant

Map<DocumentDateOfBirthMatchCode, String> const $DocumentDateOfBirthMatchCodeMap

Implementation

const $DocumentDateOfBirthMatchCodeMap = {
  DocumentDateOfBirthMatchCode.match: 'match',
  DocumentDateOfBirthMatchCode.partialMatch: 'partial_match',
  DocumentDateOfBirthMatchCode.noMatch: 'no_match'
};