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