documentNameMatchCodeToJson function

String? documentNameMatchCodeToJson(
  1. DocumentNameMatchCode? documentNameMatchCode
)

Implementation

String? documentNameMatchCodeToJson(
    enums.DocumentNameMatchCode? documentNameMatchCode) {
  return enums.$DocumentNameMatchCodeMap[documentNameMatchCode];
}