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