notificationTypeDTOToJson function
- NotificationTypeDTO notificationTypeDTO
Implementation
String? notificationTypeDTOToJson(
enums.NotificationTypeDTO notificationTypeDTO) {
return notificationTypeDTO.value;
}
String? notificationTypeDTOToJson(
enums.NotificationTypeDTO notificationTypeDTO) {
return notificationTypeDTO.value;
}