exportFileTypeDTOToJson function

String? exportFileTypeDTOToJson(
  1. ExportFileTypeDTO exportFileTypeDTO
)

Implementation

String? exportFileTypeDTOToJson(enums.ExportFileTypeDTO exportFileTypeDTO) {
  return exportFileTypeDTO.value;
}