weatherConditionV2NullableToJson function

String? weatherConditionV2NullableToJson(
  1. WeatherConditionV2? weatherConditionV2
)

Implementation

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