documentDateOfBirthMatchCodeToJson function

String? documentDateOfBirthMatchCodeToJson(
  1. DocumentDateOfBirthMatchCode? documentDateOfBirthMatchCode
)

Implementation

String? documentDateOfBirthMatchCodeToJson(
    enums.DocumentDateOfBirthMatchCode? documentDateOfBirthMatchCode) {
  return enums.$DocumentDateOfBirthMatchCodeMap[documentDateOfBirthMatchCode];
}