weatherTimePeriodDTONullableToJson function

String? weatherTimePeriodDTONullableToJson(
  1. WeatherTimePeriodDTO? weatherTimePeriodDTO
)

Implementation

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