weatherCondition property

  1. @JsonKey(name: 'weatherCondition', toJson: weatherConditionV2NullableToJson, fromJson: weatherConditionV2NullableFromJson)
WeatherConditionV2? weatherCondition
final

Implementation

@JsonKey(
  name: 'weatherCondition',
  toJson: weatherConditionV2NullableToJson,
  fromJson: weatherConditionV2NullableFromJson,
)
final enums.WeatherConditionV2? weatherCondition;