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