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