weatherConditionV2ToJson function
- WeatherConditionV2 weatherConditionV2
Implementation
String? weatherConditionV2ToJson(enums.WeatherConditionV2 weatherConditionV2) {
return weatherConditionV2.value;
}
String? weatherConditionV2ToJson(enums.WeatherConditionV2 weatherConditionV2) {
return weatherConditionV2.value;
}