weatherTimePeriodDTOToJson function
- WeatherTimePeriodDTO weatherTimePeriodDTO
Implementation
String? weatherTimePeriodDTOToJson(
enums.WeatherTimePeriodDTO weatherTimePeriodDTO) {
return weatherTimePeriodDTO.value;
}
String? weatherTimePeriodDTOToJson(
enums.WeatherTimePeriodDTO weatherTimePeriodDTO) {
return weatherTimePeriodDTO.value;
}