weatherConditionDTOToJson function

String? weatherConditionDTOToJson(
  1. WeatherConditionDTO weatherConditionDTO
)

Implementation

String? weatherConditionDTOToJson(
    enums.WeatherConditionDTO weatherConditionDTO) {
  return weatherConditionDTO.value;
}