notificationTypeDTONullableToJson function

String? notificationTypeDTONullableToJson(
  1. NotificationTypeDTO? notificationTypeDTO
)

Implementation

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