weatherCondition property
- @JsonKey(name: 'weatherCondition', toJson: weatherConditionDTONullableToJson, fromJson: weatherConditionDTONullableFromJson)
final
Implementation
@JsonKey(
name: 'weatherCondition',
toJson: weatherConditionDTONullableToJson,
fromJson: weatherConditionDTONullableFromJson,
)
final enums.WeatherConditionDTO? weatherCondition;