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