watchlistScreeningDocumentTypeToJson function

String? watchlistScreeningDocumentTypeToJson(
  1. WatchlistScreeningDocumentType? watchlistScreeningDocumentType
)

Implementation

String? watchlistScreeningDocumentTypeToJson(
    enums.WatchlistScreeningDocumentType? watchlistScreeningDocumentType) {
  return enums
      .$WatchlistScreeningDocumentTypeMap[watchlistScreeningDocumentType];
}