notificationTypeDTOToJson function

String? notificationTypeDTOToJson(
  1. NotificationTypeDTO notificationTypeDTO
)

Implementation

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